JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<p>abcde</p>
</div>
CSS
div{
background-color:rgba(255,0,0,0.3);
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFF0000,endColorstr=#4CFF0000)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFF0000,endColorstr=#4CFF0000); /* IE6 & 7 */
zoom: 1;
}