JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box_video">
<object width="330" height="290" type="application/x-shockwave-flash" data="http://www.youtube.com/v/KEkR1ox_K10?version=3&f=user_uploads&app=youtube_gdata&rel=1&border=0&fs=1&autoplay=0" style="visibility: visible;"><param name="allowfullscreen" value="true" /></object>
</div>
<div class="box_fixed">
My Text
</div>
CSS
.box_video
{
z-index: 20;
height=400;
background-color: #FF0000;
position:relative;
}
.box_fixed {
background-color: #2C2C2C;
bottom: 400px;
position: fixed;
width: 100%;
z-index: 40;
}