JSFiddle - React, Tailwind, and code Playground

HTML

<video controls width="100%" height="100%"  poster="data:image/gif,AAAA" style="background:transparent no-repeat url('http://www.wpclipart.com/blanks/buttons/glossy_buttons/glossy_button_blank_orange_rectangle.png');">
                <source src="http://demo.inwebson.com/html5-video/iceage4.mp4" type="video/mp4" />
                <source src="http://demo.inwebson.com/html5-video/iceage4.ogg" type="video/ogg" />
                <source src="http://demo.inwebson.com/html5-video/iceage4.webm" type="video/webm" />
            </video>

CSS

video{
   
    border:1px solid red;
    
    background-size: 100% 100%;
}