How to build a modal using Tailwind CSS
Hello, everyone. Creating and using modals is very important in many web applications. So today we will learn how to make a modal using Tailwind CSS and the Headless UI library.
Set Up & Clean Up
Create a new Next JS app with Tailwind CSS:
# npm
npx...
rkazi103.hashnode.dev5 min read