JSFiddle - React, Tailwind, and code Playground

by Chris Watson

HTML

<a href="https://bit.ly/release-notification" target="_blank" title="Deal with it 😎">It's moved again</a>

CSS

html, body, h1 {
  height: 100%;
  font-size: 10vmin;
  font-family: sans-serif;
}

a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}