JSFiddle - React, Tailwind, and code Playground
HTML
<div style="position:absolute;width:300px; height:300px; left:50%; margin-left:-150px; border:2px solid red;">
<div style="position:relative;width:100%;height:100%;">
<div style="position:absolute;left:50%;top:100px;width:400px;height:100px;margin-left:-200px;border:2px solid green;">
</div>
</div>
</div>