JSFiddle - React, Tailwind, and code Playground

by kabichill

HTML

<p><a id="temp" href="www.google.com"><span class="txt">View all videos</span></a></p>

JavaScript

$('#temp').click(function (event) {
    
    event.preventDefault(); //comment this line and check for navigation of page
   
});