This is a create-react-app template for creating a react app with tailwind-css and post-css already templated in.
npm install cra-template-tailwind-post-cssnpx tailwind init tailwind.config.js -full so everything is generated. But feel free to delete tailwind.config.js and generate your own tailwind configuration file.
npx create-react-app app-name --template tailwind-post-css
``