JSFiddle - React, Tailwind, and code Playground
HTML
<object type="application/x-shockwave-flash" id="videoPlayerSWF" data="http://videoplayer.vevo.com/embed/embedded" width="10" height="200
"><param name="bgcolor" value="#000000"></object>
CSS
html,body {height:100%}
JavaScript
window.onload = function(){
document.getElementById("videoPlayerSWF").height='100%';
document.getElementById("videoPlayerSWF").width='100%';
}