JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#"><img width="400" height="400" src="http://upload.wikimedia.org/wikipedia/commons/7/7d/European_roulette_wheel.svg" /></a>
<p>Hold down the mouse button to spin.</p>
CSS
a:active img {
-webkit-transform: rotate(600deg);
-webkit-transition: -webkit-transform 2s ease-out;
}