JSFiddle - React, Tailwind, and code Playground

HTML

<div id='container'>
    <img name='location'>
</div>
<script>
alert(document.location);
document.getElementById('container').innerHTML='';
alert(document.location);
</script>