JSFiddle - React, Tailwind, and code Playground

by Radiocity

HTML

<a href="http://google.ru" target="_blank" onclick="dosomething()">Lorem ipsum</a>

JavaScript

function dosomething(){
return alert('Узри Гугль!'); 
}