JSFiddle - React, Tailwind, and code Playground
by thelifeisyours
HTML
<video src="https://cdn.discordapp.com/attachments/560850437742526469/772203245266272306/video0.mp4" controls autoplay>
CSS
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(180deg, rgba(37, 38, 41, 0.09) 13.22%, hsla(244, 7%, 15%, 1) 42%),linear-gradient(0deg, #181740 47%, hsla(245, 43%, 14%, 1));
}
video {
height: 100%;
}