JSFiddle - React, Tailwind, and code Playground
by edwardsharp
HTML
<div class="outline">
FOOBAR
</div>
CSS
body{
background: black;
}
.outline{
font-size: 5em;
font-family: avenir;
font-weight: bold;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: white;
}