JSFiddle - React, Tailwind, and code Playground

JavaScript

(function ($) {
    $.fn.dumb = function () {
        var _this = this;
        $(document).ready(function () {
            var video = _this;
            video.contextmenu(function () {
                return false;
            });
        });
      };
    })(jQuery);

$("body").dumb();