JSFiddle - React, Tailwind, and code Playground
by Gwyn Milcote
HTML
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Press+Start+2P" />
<span style='font-size:8px'>hhliop awr ETWRhgg GGTTT HU ETKU hkiwtklu</span><br>
<span style='font-size:16px'>hhliop awr ETWRhgg GGTTT HU ETKU hkiwtklu</span><br>
<span class='bor' style='font-size:24px'>hhliop awr ETWRhgg GGTTT HU ETKU hkiwtklu</span><br>
<span style='font-size:32px'>hhliop awr ETWRhgg GGTTT HU ETKU hkiwtklu</span>
CSS
body{
font-family: 'Press Start 2P',serif;
}
.bor {
color: yellow;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}