JSFiddle - React, Tailwind, and code Playground

by Durgesh Ahire

HTML

<div class="abc">
</div>

CSS

.abc{
   background-color:Red;
   width:100px; 
   height:100px;
  
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
   
}