JSFiddle - React, Tailwind, and code Playground

by webvitaly

HTML

right click is disabled here

JavaScript

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