This is the Tailwind CSS and styled-components template for Create React App.
To use this template, add --template tailwindcss-styled
when you're creating a new app.
Example:
npx create-react-app my-app --template tailwindcss-styled
# or
yarn create react-app my-app --template tailwindcss-styled
If you need more examples for use Tailwind CSS with styled-components, you can see this two pages:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.