How To Use Tailwind CSS in Simple HTML projects

Tailwind is Utility First CSS Library used for rapidly developing web applications, it eliminates the need of writing pure CSS and has a utility class for almost every…

React Headroom Tutorend

Sticky/ Dynamic Navbar by Using react-headroom

You must have seen Navbars on some websites that hide and show when you scroll a little bit, that’s called Sticky or Dynamic Navbar. You can implement this…