JSFiddle - React, Tailwind, and code Playground

by omni5cience

JavaScript

document.body.ondrop = function(e){
	e.stopPropagation();
	console.log(e);
};