← Tailwind CSS classes list

Tailwind CSS class: .uppercase

<span class="uppercase">Lorem ipsum dolor sit amet, consectetur</span>

Preview

Lorem ipsum dolor sit amet, consectetur

Check .uppercase 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

.uppercase {
    text-transform: uppercase;
}

More in Tailwind CSS Text