JSFiddle - React, Tailwind, and code Playground

by Sahin Deniz

JavaScript

let a = document.createElement("div");
a.appendChild("asd")

console.log(a);