JSFiddle - React, Tailwind, and code Playground
by dima_k
HTML
<p>Some text with text transformation</p>
CSS
p {
text-transform: capitalize;
}
by dima_k
<p>Some text with text transformation</p>
p {
text-transform: capitalize;
}