JSFiddle - React, Tailwind, and code Playground

by anurag

JavaScript

var hello = new Element('div', {
    text: 'Hello from Anurag!'
});

document.id(hello).inject(document.body);