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);
}
<h1 class="textshadow">Lorem Impsum</h1>
.textshadow {
color: transparent;
text-shadow: 0 0 5px rgba(0,0,0,0.1);
}