JSFiddle - React, Tailwind, and code Playground

by epinapala

HTML

<script src="https://rawgit.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js"></script>

JavaScript

$(document).bind('keydown', 'ctrl + k', function() {
    //the add function requires an argument, so make sure to provide one.
        alert(1);
    });