JSFiddle - React, Tailwind, and code Playground

HTML

<h1>The Last Will and Testament of Eric Jones</h1>

CSS

h1 {
    display: table;
    margin: 0px auto 0px auto;
    padding: 5px;
    font-size: 20px;
    background-color: green;
    color: #ffffff;
}