JSFiddle - React, Tailwind, and code Playground

by shriek

JavaScript

"section aside".replace(/\w+/g, function (a) {
    alert("soething");
    document.createElement(a);
});