JSFiddle - React, Tailwind, and code Playground
HTML
<video src="https://www.youtube.com/watch?v=ZaKm9c5Veg0"></video>
JavaScript
$(document).ready(function() {
$("video").bind("contextmenu",function(e){
return false;
});
});
<video src="https://www.youtube.com/watch?v=ZaKm9c5Veg0"></video>
$(document).ready(function() {
$("video").bind("contextmenu",function(e){
return false;
});
});