tailwind css with create-react-app code example
Example 1: commmand for installing tailwind to react
npm install tailwindcss
Example 2: how to properly install tailwind css in react
npx tailwind init tailwind.js --full
npm install tailwindcss
npx tailwind init tailwind.js --full