JSFiddle - React, Tailwind, and code Playground
by camel2243
HTML
<div class="div1">
<span>TEST</span>
<div class="div2"></div>
</div>
CSS
.div1 {
background-color:#F00;
width: 300px;
height: 300px;
text-align:center;
}
.div2
{
width: 150px;
height: 150px;
background-color:#0F0;
margin:0 auto;
}