better way to code tailwind css in react 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