JSFiddle - React, Tailwind, and code Playground
HTML
<div class="parent">
</div>
CSS
.parent{
background-color:yellow;
height:100px;
width:100px;
margin:0 auto;
}
body{
height:100%;
}
<div class="parent">
</div>
.parent{
background-color:yellow;
height:100px;
width:100px;
margin:0 auto;
}
body{
height:100%;
}