JSFiddle - React, Tailwind, and code Playground

by realhunts

JavaScript

document.addEventListener("keydown", function(ev){
        if(ev.which == 32){
        console.log("bang")
        }
        })