JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Hello world!</h1>

CSS

h1 {
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}