JSFiddle - React, Tailwind, and code Playground
JavaScript
const url = new URL('http://example.com/path/index.html#top');
console.log(url.hash); // => '#top'
const url = new URL('http://example.com/path/index.html#top');
console.log(url.hash); // => '#top'