JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Title</h1>
<h2>Subtitle</h2>

CSS

html {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}