JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<a href="google.com" id="link"></a>
JavaScript
var a = document.querySelector('#link');
console.log( a.getAttribute('href') , a.setAttribute('data-kle') , )
by luka kupunia
<a href="google.com" id="link"></a>
var a = document.querySelector('#link');
console.log( a.getAttribute('href') , a.setAttribute('data-kle') , )