JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>123123123123123123123123123123123123123123123123123123123123123123123123123123123123</p>
</div>

CSS

div {
 overflow:visible !important;
 width:40px;
 background:red;   
}

JavaScript

jQuery("div")
     .attr("style", "overflow:hidden !important");