JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://getfirebug.com/firebug-lite-debug.js"></script>
<!DOCTYPE html><html lang="en">
<body>
<a href="#">Hi</a>
</body>
</html>
JavaScript
console.log(window.document.getElementsByTagName('a')[0].nodeType === 1);