← Tailwind CSS classes list

Tailwind CSS class: .line-through

<p class="line-through">Lorem ipsum dolor sit amet.</p>

Preview

Lorem ipsum dolor sit amet.

Check .line-through 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

.line-through {
  text-decoration: line-through;
}

More in Tailwind CSS Text