JSFiddle - React, Tailwind, and code Playground

by Stéphane LEGRAND

HTML

<p>Lorem ipsum</p>
<p class="text">Lorem Ipsum</p>

CSS

.text {
    text-transform:uppercase;
}