JSFiddle - React, Tailwind, and code Playground

by adamschwartz

HTML

<h1>The Short List</h1>

CSS

@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    font-family: Cinzel, Georgia, serif;
    color: #fff;
    background: #000;
    
}

h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 5em;
    height: 1.5em;
    font-weight: normal;
    text-align: center;
}