JSFiddle - React, Tailwind, and code Playground

by web5me

CSS

div { width: 100px; height: 100px; background-color: pink; }

JavaScript

var div = document.createElement('div');
document.documentElement.appendChild(div);