JSFiddle - React, Tailwind, and code Playground

by Kaleb Hornsby

HTML

<div class="wat">
    <table>
        <td id="test">Are you my daddy?</td>
    </table>
</div>

JavaScript

console.log(test.parentElement.outerHTML);