JSFiddle - React, Tailwind, and code Playground

by Newton Anbarasu

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;

}