JSFiddle - React, Tailwind, and code Playground
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';