JSFiddle - React, Tailwind, and code Playground

by fozzo

HTML

<div id="mydiv"><div>Test Diva</div></div>

CSS

#mydiv {
    position:fixed;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}