JSFiddle - React, Tailwind, and code Playground

by Josh Krauth-Harding

JavaScript

window.addEventListener("keydown", function (event) {
  console.log("Is this thing on?");
});