JSFiddle - React, Tailwind, and code Playground
HTML
<video controls poster="https://cdn.doctorbox.com/article/gerd-overview/gerd-overview.png">
<source src="https://upload.doctorbox.com/cdn/20e24d3d-e567-4e29-8ba8-11d40f1d33ac.mp4" type="video/mp4" >
</video>
CSS
video {
width: 100%;
height: 200px;
}