JSFiddle - React, Tailwind, and code Playground

HTML

<h1 id="element">Test&ensp;Heading</h1>

CSS

body { background-color: #cacbcf; }
#element {
    background-color: inherit;
    font: bold 40px Arial, sans-serif;
    color: rgb(228, 249, 214);
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    filter: chroma(color=#cacbcf) progid:DXImageTransform.Microsoft.dropshadow(color=#60000000, offX=2, offY=2);
}