JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<body>

<video controls="controls">
  <source src="https://s3.amazonaws.com/video-ex/horiz.mov" type="video/mp4" />
  Your browser does not support the video tag.
</video>

</body>
</html>