JSFiddle - React, Tailwind, and code Playground

HTML

<div id="oFilterDIV">
This is the DIV content.</div>

CSS

div{
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#CCCCCC', Positive='true')";
}