JSFiddle - React, Tailwind, and code Playground

HTML

<div id="content" style="height: 20px; overflow: hidden">
 content<br>content<br>content<br>
</div>

JavaScript

alert(document.getElementById('content').innerHTML);