JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width:100px;
height:100px;
position:absolute;
background:red;
top:50%;
left:50%;
margin-top:-50px;
margin-left:-50px;
}
<div></div>
div {
width:100px;
height:100px;
position:absolute;
background:red;
top:50%;
left:50%;
margin-top:-50px;
margin-left:-50px;
}