JSFiddle - React, Tailwind, and code Playground

by rpflorence

HTML

<div id="parent">
    <p id="el">
        <a href="#">whatev</a>
    </p>
    <p>
        Sauce
    </p>
</div>

CSS

#parent {
    height: 20px;
    background: #ccc;
}

JavaScript

$('#el').unwrap();