JSFiddle - React, Tailwind, and code Playground

by Andrey

HTML

<a href="#hello" target="_blank">
  <span>Hello</span>
  <i>Test</i>
</a>

JavaScript

$("i").on("click", function(){
alert(1)
return false
})