JSFiddle - React, Tailwind, and code Playground by Siddhartha Gudipati September 21, 2014 HTML <div class="container"> <iframe width="560" height="315" src="//www.youtube.com/embed/YXVoqJEwqoQ" frameborder="0" allowfullscreen></iframe> <div class="my-text"> This is my text</div> </div> CSS body { background: #efefea } .container { width: 600px; margin: 0 auto; padding: 10px; position: relative; } iframe { marign: 0 auto; } .my-text { position: absolute; color: #fff; padding: 10px 0px; text-align: center; font-size: 50px; background: rgba(0,0,0, 0.5); top: 20px; left: 0; right: 0; }