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;
by brigand
<pre id="out"></pre>
const anchor = document.createElement('a');
anchor.href = 'foo';
out.textContent = anchor.href;