JSFiddle - React, Tailwind, and code Playground

by dima_k

HTML

<p>Some text with text transformation</p>

CSS

p {
    text-transform: capitalize;
}