JSFiddle - React, Tailwind, and code Playground

by George Batt

HTML

<h1>
Lipsum
</h1>

CSS

h1 {
  font-size:54px;
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px -1 #f00,
       3px 3px 0 #000;
}