JSFiddle - React, Tailwind, and code Playground
HTML
<link href='http://fonts.googleapis.com/css?family=Londrina+Solid|Londrina+Sketch' rel='stylesheet' type='text/css'>
<div>
<h1 class="bg">Hello There</h1>
<h1 class="ol">Hello There</h1>
</div>
<p>Blah blah lorum ipsum</p>
CSS
.bg
{
font-family: 'Londrina Solid';
font-size: 72px;
color: #fea;
}
.ol
{
font-family: 'Londrina Sketch';
font-size: 72px;
color: #a55;
margin-top: -85px;
}