JSFiddle - React, Tailwind, and code Playground

by doug65536

JavaScript

$(document).on('keypress', function(event) {
    $('body').append($('<p>').text("you pressed keycode " + event.which));
});