JSFiddle - React, Tailwind, and code Playground

by niklasvh

HTML

<svg width="100" height="100"> 
   <image id="trns" transform="rotate(90,50,50)" width="100" height="100" xlink:href="http://static.adzerk.net/Advertisers/2362.jpg"/> 
</svg>

JavaScript

$(function(){
 $('#trns').attr('transform', 'rotate(60,50,50)');
});