JSFiddle - React, Tailwind, and code Playground
HTML
<article draggable="true" ondragover="javascript:alert('bad idea');">
Click here to alret from inline on article tag
</article>
CSS
article{
background:lightblue;
padding:25px;
margin:25px;
}