JSFiddle - React, Tailwind, and code Playground

by Berguiga

HTML

<input id="limesurvey" type="button" value="2"/>

JavaScript

$(function() {
    var fn=function(){
      alert('success!');
    };

    $('#but2').click(fn);
});