JSFiddle - React, Tailwind, and code Playground

by Sebastian Kay

HTML

<video width="400" controls autoplay loop>
  <source src="https://ueberflie.ga/storage/app/media/ezgif.com1.mp4" type="video/mp4">
  Your browser does not support HTML video.
</video>

CSS

video{ 
position: absolute;
height: 100vh;
width: 100vw;
padding: 0;
margin: 0;
bottoM:0;
}