JSFiddle - React, Tailwind, and code Playground
HTML
<h1 class="one">protegrity</h1>
<br>
<h1 class="two">INSIGHT</h1>
CSS
.one
{
padding: 20px;
font-size: 300%;
background:#c1c1c1;
font-family: Goulong;
}
.two
{
font-size: 300%;
font-family: Street;
}