JSFiddle - React, Tailwind, and code Playground

HTML

<div class="outer"><iframe class="inner" width="267" height="150" src="//www.youtube.com/embed/A3PDXmYoF5U" frameborder="0" allowfullscreen></iframe></div>

CSS

.outer{
background-image: url('http://i.stack.imgur.com/6hnLq.png');
    width:420px;
    height:365px;
}
.inner{
 position: relative;
    background-color:;
    left: 67px;
	top: 109px;
     width:277px;
    height:150px;
}