how to install properly tailwind 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 create-react-app react-tailwindcss && cd react-tailwindcss