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;
}