JSFiddle - React, Tailwind, and code Playground

by Trifan Alexandru

HTML

<div id="here"></div>

CSS

#here{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    border: 1px solid;
     
}