JSFiddle - React, Tailwind, and code Playground

by Ghokun

HTML

<a id="plblAgreeProblem" href="">123</a>
<a class="plblAgreeComment" href="">345</a>

JavaScript

$("#plblAgreeProblem , .plblAgreeComment").on("click", function(){
alert( "hey" );
});