JSFiddle - React, Tailwind, and code Playground

by AshThakur

HTML

<link href="https://ipstudio.co/hosting/wtfboxing/fonts/style.css" rel="stylesheet"/>

<h1>
Testing
</h1>


<h2>
Testing
</h2>

CSS

h1{
  font-family: "Founders Grotesk";
}
h2{
  font-family: "Founders Grotesk";
  font-weight: 400;
}