JSFiddle - React, Tailwind, and code Playground

by ManuJT

HTML

<div class="video">
            <video autoplay="" muted="" poster="" src="https://www.dataprise.com/Portals/0/Videos/032216_DP_Web%20Video.webm"></video>
</div>

<div>

</div>

CSS

.video {
position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    /* width: 1903px; */
    /* height: 383px; */
    object-fit: cover;  
   }