JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width      : 500px;
    height     : 100px;
    top: 50%;
    bottom: 50%;
    /* margin     : 0 auto */;
    background : red;
}