JSFiddle - React, Tailwind, and code Playground
HTML
<video oncontextmenu="return false;" controls>
<source type="video/mp4" id="video">
</video>
<script>
document.getElementById("video").src = "https://www.w3schools.com/html/mov_bbb.mp4";
</script>
JavaScript
// Yes there is no mistake.
// The script needs to be included in the HTML column or the demo will not work.