JSFiddle - React, Tailwind, and code Playground
by chhameed
HTML
<div class="bar">
<a class="item">Home</a>
<a class="item" id="mnuAnother">Another Link</a>
</div>
<div class="menu-pop" data-for="mnuAnother">
Links and stuff
</div>
JavaScript
window.history.pushState("object or string" , "Title" , "/new-url");