JSFiddle - React, Tailwind, and code Playground

by Ranganadh Paramkusam

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;
}