JSFiddle - React, Tailwind, and code Playground

by leemeador

HTML

def<div class="a"></div>abc

JavaScript

var a = document.createElement('a');
a.href = location.href;
var path = a.pathname;
a.pathname = "";
a.hash = path;
$(".a").text(a.href);