JSFiddle - React, Tailwind, and code Playground
by jfroom
HTML
Drag link to your bookmarks:
<a href="javascript:(function(){
var staging = 'https://dent-staging.herokuapp.com/', local='http://localhost:3000/', url = window.location.href;
if (url.indexOf(staging) > -1) {
document.location.href = url.replace(staging, local);
}else if (url.indexOf(local) > -1) {
document.location.href = url.replace(local, staging);
}
}());">Zearn: toggle staging/dev host/port</a>