← Tailwind CSS classes list

Tailwind CSS class: .lowercase

<span class="lowercase">Lorem ipSUm dolor SIT amet, consectetur</span>

Preview

Lorem ipSUm dolor SIT amet, consectetur

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

.lowercase {
    text-transform: lowercase;
}

More in Tailwind CSS Text