Photo by Clark Van Der Beken on Unsplash
Add tailwindcss to the project.
Process of adding tailwind css in Next.js project
It is tough to memorize the steps of installing tailwindcss to a next.js project. But don't worry you can still add it without learning it in a few simple steps.
Installing tailwindcss and running your Next.js app
It just takes only 6 steps to install and run your next.js application with boilerplate code and after that, you can code whatever you want in it.
steps are given below:
Conclusion
So now you know how simple it is to create a Next.js application with tailwindcss.