JSFiddle - React, Tailwind, and code Playground

by Yubraj Pokharel

HTML

<script src="https://code.jquery.com/jquery-3.2.1.js"></script>

JavaScript

alert(document.location);
location.hash = "#manageUsersPage";
alert(document.location.hash);