JSFiddle - React, Tailwind, and code Playground

by Shobhit Sharma

HTML

<div id='x'>
<span>a</span>
</div>

JavaScript

console.log(typeof document.getElementById('x').children)