JSFiddle - React, Tailwind, and code Playground

HTML

<script src="&lt;link href=&#39;http://fonts.googleapis.com/css?family=Lemon&#39; rel=&#39;stylesheet&#39; type=&#39;text/css&#39;&gt;"></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;}