JSFiddle - React, Tailwind, and code Playground

HTML

<div>asbcakjscb<div>

CSS

div {
    width:400px;
    height:400px;
    background:red;
    -ms-transform:scale(.3);
}

JavaScript

document.quertSelector('div').style.msTransform = 'scale(1)';