This is an example of how you can use Tailwind CSS in a Next.js app. It is based on the Next.js with global stylesheet example.
Download the example or clone the repo:
cd next-with-tailwindcss
To get this example running you just need to
npm install
npm run dev
Visit http://localhost:3000 add your own clases to styles/index.scss
.
Deploy it to the cloud with now
now