JSFiddle - React, Tailwind, and code Playground

by Brian Duffey

HTML

<h1>
WELCOME TO KEY!
</h1>

CSS

h1 {
  font-family: Hind Guntur, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0.5px;
	margin-bottom: 26px;
	text-transform: uppercase;
}