JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
Click Me

JavaScript

$(document).mousedown(function(event) {
    switch (event.which) {        
        case 3:
            return false;
            break;
    }
});