JSFiddle - React, Tailwind, and code Playground

by Сергей Тарасевич

HTML

<video autoplay="true" loop="loop" preload="metadata" poster="//avatars.yandex.net/get-dps/a79c3ad7c74e25136f59d38f98debdcb/normal">
    <source src="//avatars.yandex.net/get-dps/7f92128c5b77cd9fa5b5557d1c8bdde0/normal" type="video/ogv" />
    <source src="//avatars.yandex.net/get-dps/b092ae145a06d31aa09d44cd9aa9f503/normal" type="video/webm" />
    <source src="//avatars.yandex.net/get-dps/9c3d17675150617678f3859171e99eef/normal" type="video/mp4" />
</video>

CSS

video {
    height:100vh;    
    width:100%;
}