← Tailwind CSS classes list

Tailwind CSS class: .no-underline

<a href="#" class="no-underline">Lorem ipsum dolor sit amet.</a>

Check .no-underline in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

CSS source

.no-underline {
  text-decoration: none;
}

More in Tailwind CSS Text