JSFiddle - React, Tailwind, and code Playground

HTML

<p>Hello</p>

CSS

@font-face {
  font-family: 'Monoton';
  font-style: normal;
  font-weight: 400;
  src: local('Monoton'), local('Monoton-Regular'), url(http://themes.googleusercontent.com/static/fonts/monoton/v4/AKI-lyzyNHXByGHeOcds_w.woff) format('woff');
}

p {
    font-family: Monoton;
    font-size: 50px;
}