JSFiddle - React, Tailwind, and code Playground

by leongaban

JavaScript

var hash = window.location.hash;
var hash = window.location.search;
var path = window.location.pathname;
var rehash = 'm/';
rehash += hash;

alert(rehash);