JSFiddle - React, Tailwind, and code Playground

by Addy Osmani

JavaScript

$(document).keypress(function(event) 
{
  alert(event.keyCode);
   });