JSFiddle - React, Tailwind, and code Playground

by nadeemmnn2007

HTML

hello 

<br /><input type="text" id="rest" />

JavaScript

$(document).keydown(function(event) {
        if (event.which === 88) {
          alert('hi');
        }
        });