JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cent"></div>
CSS
.cent
{
height:50px;
width:50px;
background-color:black;
margin:auto;
}
<div class="cent"></div>
.cent
{
height:50px;
width:50px;
background-color:black;
margin:auto;
}