JSFiddle - React, Tailwind, and code Playground

HTML

<div id="iframe-wrapper">
    <iframe src="http://rss.ighome.com/gadgets/rss.aspx?desc=1&count=9&color=000&fs=12px&fw=bold&refresh=0&url=http%3a%2f%2fnews.yahoo.com%2frss%2f" width="500" height="300px"></iframe>
    <div id="iframe-overlay"></div>
</div>

CSS

#iframe-wrapper {
    position:relative;
}
#iframe-overlay {
    height:10px;
    width:480px;
    background-color:#fff;
    position:relative;
    top:-24px;
    left:5px;
}