Create React apps with no build configuration.
- Included with TailwindCSS
- Included with PurgeCSS
npx create-react-app --scripts-version=react-scripts-tailwindcss my-app
cd my-app
npm start
We try to make a version with TailwindCSS every few releases of create-react-app.
- create-react-app v3.2.0 and Tailwind CSS v1: https://github.com/DemianD/create-react-app-tailwindcss/tree/tailwind-v3.2.0