JSFiddle - React, Tailwind, and code Playground

by Farzad YZ

HTML

<div id="x" class="x">
  <div id="title" class="title"></div>
</div>

JavaScript

const container = document.getElementById("x");
console.log(document.querySelector(".x > *"))