I tried to install the tailwindcss 3.0.1 using this guide but when I added tailwindcss classes to my react code, it didn't work. I followed this guide to integrate tailwind to react: https://tailwindcss.com/docs/guides/create-react-app
I created a react app using npx creat-react-app myApp instead of npx create-react-app@next --scripts-version=@next --template=cra-template@next my-project
anyone please help me with this.