React Tailwind boilerplate generator, Inspired from Create Reason React Tailwind Generator
Boilerplate for Tailwind CSS Configured without ejecting from Create React App
npx create-react-tailwind-app
Enter the name of the project you'd like to generate
my-app
| cra
will create a new folder with the template project.
cd my-app
Follow the instructions in README.md
Add create react app globally
npm i -g create-react-tailwind-app
cra