JSFiddle - React, Tailwind, and code Playground

by cleaver

HTML

<h1>Degradeable blur</h1>

CSS

h1 {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}