getting started with react and tailwind css code example
Example 1: how to properly install tailwind css in react
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
Example 2: working with tailwind css on your react build
npm install tailwindcss postcss-cli autoprefixer@9.8.6 -D