JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
body{height:100%; position:relative}
div{
margin:auto;
height: 200px;
width: 200px;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
}
<div>
</div>
body{height:100%; position:relative}
div{
margin:auto;
height: 200px;
width: 200px;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
}