JSFiddle - React, Tailwind, and code Playground

by brico

HTML

<div class="parent">
    <p class="child">
        Hi
        <script type="text/javascript">
            console.log($('.child').parents('.parent'));
        </script>
    </p>
</div>