JSFiddle - React, Tailwind, and code Playground

by Mehmet Demiray

HTML

<div class="wrap">
    <div id="main">
        <div class="inner">
            <a href="#" id="modal-open">Open</a>
        </div>
    </div>
    <div id="modal">
        <div class="inner">
            <a href="#" id="modal-close">Close</a>
        </div>
    </div
</div>