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