JSFiddle - React, Tailwind, and code Playground
by omni5cience
JavaScript
document.body.ondrop = function(e){
e.stopPropagation();
console.log(e);
};
by omni5cience
document.body.ondrop = function(e){
e.stopPropagation();
console.log(e);
};