JSFiddle - React, Tailwind, and code Playground
HTML
<video src="" controls></video>
CSS
html, body {
width: 100%;
height: 100%;
background: #000;
display: flex;
justify-content: center;
align-items: center;
}
video {
max-height: 100%;
max-width: 100%;
}