JSFiddle - React, Tailwind, and code Playground

by Sandeep Gupta

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}