JSFiddle - React, Tailwind, and code Playground
HTML
<div id='x'>
<span>a</span>
</div>
JavaScript
console.log(typeof document.getElementById('x').children)
<div id='x'>
<span>a</span>
</div>
console.log(typeof document.getElementById('x').children)