JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<script>
</script>
<body>
<div id="abc">
test
</div>
</body>
</html>
JavaScript
document.getElementById('abc');
document.setInnerText('newText')
<html>
<script>
</script>
<body>
<div id="abc">
test
</div>
</body>
</html>
document.getElementById('abc');
document.setInnerText('newText')