JSFiddle - React, Tailwind, and code Playground

by Rachel Blades

HTML

<video src="https://www.youtube.com/watch?v=ZaKm9c5Veg0"></video>

JavaScript

$(document).ready(function() {
    $("video").bind("contextmenu",function(e){
       return false;
    }); 
});