JSFiddle - React, Tailwind, and code Playground
by alekskorovin
HTML
<DIV ID="oFilterDIV" STYLE="position:absolute; top:50px; left:10px; width:240px; height:160px; padding:10px; font:bold 13pt verdana; background:green;
filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=100, StartY=0, FinishY=100)">
This is the DIV object content.</DIV>
CSS
body {
background: #ccc;
}