JSFiddle - React, Tailwind, and code Playground

HTML

<div id="result"></div>

<div id="container" style="visibility:hidden;"></div>

CSS

.text{ 
    outline:1px solid orange; 
    width:100px;
    height:35px;
    overflow:hidden;
    
}

JavaScript

$("<span />").text($("This is shown. This is hidden 123123").appendTo("#container");