JSFiddle - React, Tailwind, and code Playground

HTML

<a href="/">Home</a>
<h1>A great page</h1>

CSS

h1 {
    text-align:center;
}

a {
    position:absolute;
    left:0;
}