JSFiddle - React, Tailwind, and code Playground
by Joe
JavaScript
reloadCode();
function showServicesList() {
window.location.hash = "triggerReloadCode";
window.location.reload();
}
function reloadCode() {
if (window.location.hash.substr(1) == "triggerReloadCode") {
window.location.hash = "25";
/* Statements */
}
}