JSFiddle - React, Tailwind, and code Playground
HTML
<div id="root">
<div id="child1">xxxx</div>
<div id="child2">yyyy</div>
</div>
CSS
#root{
width:200px;
height:200px;
background:red;
position:absolute;
top:50%;
left:50%;
margin:-100px 0 0 -100px;
}