Next JS - Tailwind CSS

Create a Next.js app

npx create-next-app
# or
yarn create next-app
              

Install libs

yarn add -D sass tailwindcss postcss autoprefixer