JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="player" src="http://www.youtube.com/embed/M7lc1UVf-VE?enablejsapi=1&origin=http://example.com" frameborder="0" width="300px" height="300px"></iframe>
<div><IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://tag.tlvmedia.com/?id=102956_149778&ad_type=flash&content_url=&content_width=550&content_height=330"></IFRAME></div>
CSS
div {
background: #ccc;
position: absolute;
top:100px;
left:50px;
height: 150px;
width:150px;
}
JavaScript
$("div").click(function(){
$(this).show();
});