JSFiddle - React, Tailwind, and code Playground

HTML

<div>Some text with alignment</div>

CSS

div {
    text-align: center;
    text-transform: capitalize;
}