JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<h1>Dan Collins</h1>
<h2>pretty graceful for being super drunk</h2>

CSS

body {
  background: linear-gradient(135deg, #c0f, #004);
  height: 100vh;
  color: gold;
  text-align: center;
  padding-top: 30vh;
}

h1 {
  font-size: 4em;
  font-family: Lato;
  font-weight: 900;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin: 0 auto;
}

h2 {
  font-style: italic;
  font-family: garamond;
  margin: 0 auto;
}