JSFiddle - React, Tailwind, and code Playground
by billybraga
HTML
<input type="file" />
JavaScript
document.querySelector("input").onchange = function () {
console.log.apply(console, arguments);
}
by billybraga
<input type="file" />
document.querySelector("input").onchange = function () {
console.log.apply(console, arguments);
}