Nextjs with TailwindCSS

Melih Yumak
3 min readDec 18, 2020

Tailwind CSS is becaming very popular and it is very developer friendly utility-first CSS framework. If you haven’t used tailwindCSS before you can start looking their documentation.

Setup

Create your nextjs application first

npx create-next-app tailwind-demo

After you create your nextjs application we changed directory to the project

--

--