JSFiddle - React, Tailwind, and code Playground
by ryanwheale
HTML
<body>
<div class="fb">
<iframe src="http://www.tenfastfeet.com" style="width:200px; height:200px;"></iframe>
</div>
</body>
CSS
.fb {
opacity: .25;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
filter: alpha(opacity=25);
}