JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#"><img draggable src="http://placekitten.com/g/200/300"></a>
JavaScript
document.getElementsByTagName('img')[0].ondragstart = function(e){
console.log('dragging ' + this.nodeName);
};