JSFiddle - React, Tailwind, and code Playground
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
#video{
top: 200px;
left: 200px;
transform: translate3d(-100px, 0px, 0px);
}