JSFiddle - React, Tailwind, and code Playground
HTML
<p>Lorem ipsum</p>
<p class="text">Lorem Ipsum</p>
CSS
.text {
text-transform:uppercase;
}
<p>Lorem ipsum</p>
<p class="text">Lorem Ipsum</p>
.text {
text-transform:uppercase;
}