How to QUICKLY Install Tailwind CSS in Next.js Project

Shmoji
1 min readMar 9, 2022

I often create new projects and TailwindCSS is needed each time. Sometimes the documentation doesn’t cut it, so thought I’d document the steps for how to quickly install TailwindCSS in a Next.js project. That way, next time I make a new project, I won’t even need to think about how to install this package, I can just reference this.

--

--