JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://imageshack.us/a/img844/5100/yinyangeg.jpg">
<div class="drag-changed"></div>

CSS

img
{
width:46px;
height:44px;
cursor:move;
}

img:active ~ .drag-changed:after
{
color:blue;
content:"Hello World!";
}