JSFiddle - React, Tailwind, and code Playground
by realhunts
JavaScript
document.addEventListener("click", function(event){
if(event.ctrlKey) {
console.log("opps")
}
console.log("yeey")
})
document.addEventListener("click", function(event){
//alert("p")
})