TailwindCSS

How to Use RGBA Color in TailwindCSS | Color Customization

Looking to control the opacity of the color just like you do in regular CSS with rgba(). Fortunately, Tailwind CSS provides several ways to...

TailwindCSS Class Names Intellisense in VS Code 2023

As you know, TailwindCSS classes are not hard to remember. They are just like the CSS properties like flex , absolute , hidden etc....

How to use [first-of-type] and [last-of-type] in TailwindCSS

Although you can use the first-child and last-child selectors to select the first and last element in a list, the first-of-type and last-of-type pretty...

Latest articles