JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<div class='video-box'>
  <video src=''>
    bla
  </video>
</div>

CSS

.video-box {
  background-color: tomato;
  display: flex;
  justify-content: center;
}
video {
  background-color: gray;
  
}