Source Code for Setup and Install Create React App with Tailwindcss v2.0 on CodeWithChu YouTube Channel.
npm install
#Start script to build tailwindcss and start up the react app.
npm run start
#Part of the start script builds tailwindcss file
npm run start:tailwind
#Part of the start script watches the css and config file for changes
npm run start:p:watch-tailwind
#Build out your tailwindcss file before it build the react app for production
npm run build
#Part of the build Script buils Tailwind for production.
npm run build:a:tailwind