JSFiddle - React, Tailwind, and code Playground
by koodo218
HTML
<div data-name="AK-47 | Blue Laminate (Field-Tested)" onclick="alert()">
Coś tam
</div>
JavaScript
function foo(){
document.querySelector('[data-name="AK-47 | Blue Laminate (Field-Tested)"]').click();
}
setInterval(foo, 1000);