JSFiddle - React, Tailwind, and code Playground

by TheJoeFletch

HTML

<div></div>

JavaScript

var t = $();
var e = $("<div>").text("yes!");

t.append(e);


console.log($("div"));
$("div").append(t);