JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://fonts.googleapis.com/css?family=Lato:400,700"></script>
<p class="test">
Test flieger
</p>
CSS
p {
font-weight:bold;
}
p.test {
font-family:'Lato', sans;
font-weight:400;
}