JSFiddle - React, Tailwind, and code Playground

by Weston Ruter

HTML

<div></div>

CSS

div {
    content: "Hello, World!";
    background: cyan;
    width: 100px;
    height: 100px;
}