First, download all dependencies
npm installDevelopment environment
npm run devTo build for production
npm run buildDeploy it to the cloud with Vercel (Documentation).
This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.
Deploy the example using Vercel or preview live with StackBlitz