JSFiddle - React, Tailwind, and code Playground

HTML

<elp>Hello world</elp>
<table-test></table-test>
<elp>Hola Mundo</elp>

JavaScript

$(document).ready(function () {
    $("table-test").replaceWith('table>');
    $("elp").wrap("<h1></h1>");
});