JSFiddle - React, Tailwind, and code Playground

by booktu8

JavaScript

window.onpageshow = function(event) {
  if (event.persisted) {
    window.location.reload()
  }
};