JSFiddle - React, Tailwind, and code Playground

by apasaja

JavaScript

history.pushState(null, null, location.href);
window.onpopstate = function () {
    history.go(1);
};