JSFiddle - React, Tailwind, and code Playground
HTML
<div class="newfont">Blah Blah Blah Blah </div>
<div>Blah Blah Blah Blah </div>
CSS
@font-face{
font-family: customfont;
src: url(http://randsco.com/fonts/lexograph.ttf) format('truetype');
}
.newfont {
font-family: customfont;
font-size:30px;
}