JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

HTML

<div id="foo"></div>

JavaScript

var foo = document.getElementById('foo');
    // WARNING: Pseudocode, not a real API.
    foo.shadow = document.createElement('p');
    foo.shadow.textContent = 'I gotta wear shades';