how to use tailwind css with styled componens code example
Example 1: tailwind css styled components
npx create-react-app react-styled-tailwind
Example 2: tailwind css styled components
yarn add styled-components
npx create-react-app react-styled-tailwind
yarn add styled-components