JSFiddle - React, Tailwind, and code Playground
by DrAlan
HTML
<a href="#" class="helloJsFiddle">Testlink</a>
JavaScript
$(function(){
$('.helloJsFiddle').click(function(e){
alert('hello jsfiddle')
})
})
by DrAlan
<a href="#" class="helloJsFiddle">Testlink</a>
$(function(){
$('.helloJsFiddle').click(function(e){
alert('hello jsfiddle')
})
})