JSFiddle - React, Tailwind, and code Playground

by DrAlan

HTML

<a href="#" class="helloJsFiddle">Testlink</a>

JavaScript

$(function(){
    $('.helloJsFiddle').click(function(e){
      alert('hello jsfiddle')  
    })
})