JSFiddle - React, Tailwind, and code Playground

HTML

<span>Hello world</span>

JavaScript

// This goes into infinity (Uncomment the line below)
// console.log($.text("span"));

// This works fine.
var span = $("span");
console.log($.text([span]));