JSFiddle - React, Tailwind, and code Playground
HTML
<div>examine group: <span class="sample">sample</span></div>
<div>control group: <span>sample</span></div>
CSS
@font-face {
font-family: 'Gabriela';
font-style: normal;
font-weight: 400;
src: url(http://themes.googleusercontent.com/static/fonts/gabriela/v2/fLaucCvjCt_Hmc9smyo_rPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
* { font-size: 35px; }
.sample { font-family: 'Gabriela', serif; }