JSFiddle - React, Tailwind, and code Playground
HTML
<div id="dnd">
<textarea placeholder="drop here"></textarea>
<img src="http://johnlewis.scene7.com/is/image/JohnLewis/231108668?$prod_main$" draggable='false'/>
</div>
CSS
img {height:100px;width:100px;}
textarea{height:100px;width:100px}