JSFiddle - React, Tailwind, and code Playground

by darcyclarke

HTML

<span></span>
<div><video autobuffer="autobuffer" width="400" height="225"><source src="http://darcyclarke.me/work/fi/uploads/videos/7.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;"><source src="http://darcyclarke.me/work/fi/uploads/videos/9.mp4" type="video/mp4"></video></div>

CSS

div {
 height: 1200px;
 width: 300px;
 background: red;
 display: block; 
}
span {
 background: green;
 width: 100%;
 height: 40px;
 display: block;
 position: fixed; 
}