JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<my-rant>
Woo! It's finally possible without disobeying any specs!
</my-rant>
CSS
my-rant {
font-weight: bold;
font-family: "Arial Black";
text-transform: uppercase;
font-size: 1.5em;
line-height: 0;
}
JavaScript
document.register("my-rant");