JSFiddle - React, Tailwind, and code Playground

HTML

<h1 class="textshadow">Lorem Impsum</h1>

CSS

.textshadow {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.1);
}