JSFiddle - React, Tailwind, and code Playground
by luka kupunia
JavaScript
function test(e){
var a = e.target;
setTimeout(()=> {
console.log(a)
})
}
by luka kupunia
function test(e){
var a = e.target;
setTimeout(()=> {
console.log(a)
})
}