JSFiddle - React, Tailwind, and code Playground
HTML
<center>Once upon a time, there lived a squirrel <div style="centered">who</div> lived in the middle of the forest.</center>
CSS
center {
text-align: center;
}
center div {
width: 100%;
}