JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<h1>High Loft</h1>

CSS

@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap');

body {
  font-family: 'Leckerli One';
}

h1 {
  font-size: 6rem;
  letter-spacing: -5px;
  text-transform:
  text-align: center;
  margin-top: 30vh;
}