JSFiddle - React, Tailwind, and code Playground

by Jordan Sanders

HTML

<body>

    <p>The background is transparent, but if you grab ANYWHERE in the border you can drag the image around.</p>
    <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Jupiter_(transparent).png/484px-Jupiter_(transparent).png"></img>

</body>

CSS

img{
    border: solid black 1px;
}