JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
JavaScript
alert(document.location);
location.hash = "#manageUsersPage";
alert(document.location.hash);
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
alert(document.location);
location.hash = "#manageUsersPage";
alert(document.location.hash);