JSFiddle - React, Tailwind, and code Playground
by Ilya Karpuk
HTML
<img id="rotateimage" src="http://www.flaticon.com/png/256/25339.png"/>
CSS
#rotateimage {
transform: rotate(45deg);
}
by Ilya Karpuk
<img id="rotateimage" src="http://www.flaticon.com/png/256/25339.png"/>
#rotateimage {
transform: rotate(45deg);
}