JSFiddle - React, Tailwind, and code Playground

by smacky311

HTML

<div>asdf</div>

CSS

@font-face
 {
 font-family: myFirstFont;
 src: url(sansation_light.woff);
 }

div{
    font: myFirstFont;
    text-shadow: 2px 2px 4px #000000;
}
}