JSFiddle - React, Tailwind, and code Playground
by hoverwu
HTML
<div id='aa'>
dsdsdsdssdsd
</div>
JavaScript
alert(document.getElementById('aa').scrollWidth);
by hoverwu
<div id='aa'>
dsdsdsdssdsd
</div>
alert(document.getElementById('aa').scrollWidth);