Tailwind CSS — Create a 50vh Screen Height Utility Class
Tailwind CSS provides the h-screen utility class that makes an element take up 100vh of the user’s display. A downside is that there are no sibling classes with more granular vertical spaces, like 50vh, 33vh, or 25vh. This tutorial shows you how to use any view height utility class …
Continue Reading