How To

2 Ways to Style Scrollbar in TailwindCSS

A custom scrollbar is an awesome thing to have in website design. When working with TailwindCSS, you may want to add custom styles to...

How to Add New Local Fonts from File in TailwindCSS

There couple of steps you have to do if you want to add new custom fonts in TailwindCSS. Adding Google fonts in TailwindCSS is...

How to Add Custom CSS or Classes in TailwindCSS

TailwindCSS provides almost everything you need to design an awesome website. If you see something that doesn't exist, you can add it to the...

3 Ways to Add Background Image in TailwindCSS

In TailwindCSS, adding background images is a little frustrating because there is no direct way to add background images. In this guide, you'll learn...

How to Add Google Fonts in TailwindCSS – Complete Guide

In almost every project, you are going to use Google fonts to make your website look beautiful. Adding new fonts in TailwindCSS is a...

How to Add Gradient Background in TailwindCSS

Gradient backgrounds are almost everywhere nowadays. They make the User Interface very pleasing and beautiful for users. TailwindCSS provides different gradient classes to add...

How to Create Accordion with TailwindCSS [No JS]

You can create an accordion component without using Javascript or frameworks of Javascript. HTML provides an accordion component by default that we can style...

How to Add Custom or Arbitrary Values in Tailwind CSS

When designing web pages, you are often in a place where you want to use custom values in your tailwind project. TailwindCSS follows a...

Create Hover Dropdown Menus with TailwindCSS

If you are working with TailwindCSS, you might need to hover dropdown menus for your navbar. Building a hover dropdown menu is a little...

Latest articles