This is my implementaion of the official tailwind.css website screencasts using React & Next.js.
Download the example:
git clone https://github.com/AhmedElaguab/tailwind-screencasts.gitInstall it and run:
npm install
npm run dev
# or
yarn
yarn devnpm run build
npm run start # Start production server
# or
yarn build
yarn start