JSFiddle - React, Tailwind, and code Playground

HTML

<img id="asdf" name="getElementById" />
<script>
  console.log(document.getElementById('asdf'));
</script>