JSFiddle - React, Tailwind, and code Playground

HTML

<div id="content">hello world!</div>

CSS

body, html {
    background-color: #FFF;
}
#content {
    width: 980px;
    background-color: #FCC;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    margin-left: -490px;
    left: 50%;
    text-align: center;
}