JSFiddle - React, Tailwind, and code Playground
HTML
<div id="foo">sssssssssss</div>
<script>
alert("dddddddddddddd");
</script>
JavaScript
document.getElementById("foo").appendChild(new Text("&"));
<div id="foo">sssssssssss</div>
<script>
alert("dddddddddddddd");
</script>
document.getElementById("foo").appendChild(new Text("&"));