JSFiddle - React, Tailwind, and code Playground
HTML
<script src="<link href='http://fonts.googleapis.com/css?family=Lemon' rel='stylesheet' type='text/css'>"></script>
<div class="hcontainer">
<h2>hello there</h2>
<span class="h2white">hello there</span>
</div>
CSS
.hcontainer{position:relative;}
h2{font-family:lemon;font-weight:bold;font-size:4em; margin: 12px 0;color:#234F70;-webkit-text-stroke: 10px #531A16;-webkit-text-fill-color:#FFF;letter-spacing:-2px;}
.h2white{font-family:lemon;font-weight:bold;font-size:4em; margin: 10px 0;color:#FFF;letter-spacing:-2px;margin-top:-86px;position:absolute;}