JSFiddle - React, Tailwind, and code Playground

by Aggre _--

JavaScript

document.body.innerHTML = `<p slot=hello>
	hello
</p>`

document.body.attachShadow({mode: 'open'}).innerHTML = '<slot name=hello></slot>'