JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Test</h1>
CSS
body { background: #333; margin: 1em }
h1 {
color: red;
font-size: 3em;
font-family: impact;
text-shadow: -3px 0 1px white, 0 3px 1px white, 3px 0 1px white, 0 -3px 1px white;
}