tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

Official Codesandbox + React Example? #447

Open xeoncross opened 4 years ago

xeoncross commented 4 years ago

Getting tailwind setup and working on codesandbox.io is a challenge. There are a number of approaches for setting up tailwind with codesandbox (macro? babel? PostCSS? CDN? autoprefixer? parcel?) so having an official example that can be forked by developers would be really handy and provide a good starting ground for people to play with tailwind.

Bonus points for showing integrations with Typescript, styled-components, or any other common transforms. (https://github.com/aviaryan/react-typescript-tailwind-styled-components/)