JSFiddle - React, Tailwind, and code Playground
by koenpunt
HTML
<div id="container">
<div id="video">
<iframe src="http://player.vimeo.com/video/18043595" width="960" height="540" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
</div>
CSS
#container{
position: relative;
}
#video{
position: absolute;
top: 200px;
left: 200px;
/* transform: translate(0, 0); */
}