JSFiddle - React, Tailwind, and code Playground
HTML
<div id="moo">moo</div>
CSS
*{margin:0;padding:0;font-size:15px;font-family:helvetica,arial,sans-serif}
footer,section,header{display:block;}
#moo{width:300px;height:300px;background:#369;}
JavaScript
document.getElementById('moo').style.MozTransform = 'rotate(30deg)';
document.getElementById('moo').style.msTransform = 'rotate(30deg)';