JSFiddle - React, Tailwind, and code Playground
HTML
<link href='https://fonts.googleapis.com/css?family=Roboto:300,300italic' rel='stylesheet' type='text/css'>
<p>
Some <b>Text</b>
</p>
CSS
body {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
}
b {
font-weight: bold;
}