JSFiddle - React, Tailwind, and code Playground

by chriscoyier

HTML

<h1>Degradeable blur</h1>

CSS

h1
       {color:#000000;  /* Old browsers don't go transparent. */
        font-size:50px;
        font-family:arial;
        text-shadow:   0 0 3px #000000,   /* Many shadows blur out the area around the text */
                               3px 0 3px #000000,
                               0 3px 3px #000000,
                               -3px 0 3px #000000,
                               0 -3px 3px #000000;}