JSFiddle - React, Tailwind, and code Playground

by yramagicman

HTML

<a href="http://www.jquery.com" id="ex">example</a>

JavaScript

$('#ex').click(function () {
	    event.preventDefault();
});