Learn Tailwind

Children Selector in TailwindCSS – [Select All Direct Children]

One of the reasons why designers loving TailwindCSS is that it provides almost everything that you need. There are many use cases where you...

How to Use Letter Spacing in TailwindCSS – [Complete Guide]

In CSS, letter-spacing is used to add spacing between characters. TailwindCSS doesn't provide a class starting with letter-spacing and it hard to remember the...

How to Use Line Height in TailwindCSS – [Complete Guide]

TailwindCSS is known for the "easy to remember classes" but when it comes to line-height in TailwindCSS, it's not easy to remember the class....

The :not Selector in TailwindCSS – [ :not-first and :not-last ]

The :not selector in TailwindCSS is pretty much similar to the :nth selector. The :not selector is helpful in various use cases, for example,...

How to Select First Child in Tailwind CSS | First Child Selector

Same as the last child selector in Tailwind CSS, the first child selector works exactly the same. This is also useful in many use-cases...

How to Select Last Child in Tailwind CSS | Last Child Selector

The last child selector in CSS is very useful in many situations. For example, you may not want to add border to the last...

3 Simple Methods to Style Placeholder Text in Tailwind CSS

Default placeholder text styles are so great for custom designs. As you might know, that placeholder text can be styled with CSS and also...

How to Use Important Modifier in TailwindCSS – [Complete Guide]

The use of !important  in CSS is not what web designers encourage you to use. But it's very useful in many situations like you...

Top 10 Questions and Answers About TailwindCSS [2023]

Here are the top 10 Questions almost every web designer is asking about TailwindCSS. If you are new to TailwindCSS or you want to...

Latest articles