setting up tailwind css for react code example
Example 1: how to properly install tailwind css in react
npm install tailwindcss postcss-cli autoprefixer@9.8.6 -D
Example 2: how to properly install tailwind css in react
npx create-react-app react-tailwindcss && cd react-tailwindcss