JSFiddle - React, Tailwind, and code Playground
HTML
<h2>jonathan thomas</h2>
CSS
h2 {
text-transform: lowercase;
}
h2{
text-transform: capitalize;
}
<h2>jonathan thomas</h2>
h2 {
text-transform: lowercase;
}
h2{
text-transform: capitalize;
}