JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<pre id="out"></pre>

JavaScript

const anchor = document.createElement('a');
anchor.href = 'foo';
out.textContent = anchor.href;