JSFiddle - React, Tailwind, and code Playground
HTML
<div style="width:100px; background:blue">
<div class="Centered">Hello</div>
</div>
CSS
.Centered
{
width:50px;
background:red;
margin:0 auto;
}
<div style="width:100px; background:blue">
<div class="Centered">Hello</div>
</div>
.Centered
{
width:50px;
background:red;
margin:0 auto;
}