JSFiddle - React, Tailwind, and code Playground
HTML
<div style="z-index:101; position: absolute; left: 0px; top: 300px; width: 20px; height:450px; padding: 0px; border: 0px;" class="wrapper" >Content</div>
JavaScript
var class = document.getElementByClassName("wrapper");
var div;
div = class[0];
div.style.right = '100px';