JSFiddle - React, Tailwind, and code Playground

by fxi

JavaScript

if (window.history.replaceState) {
   //prevents browser from storing history with each change:
   window.history.replaceState("test=true", "a", "o");
}