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