JSFiddle - React, Tailwind, and code Playground
by therichpost
HTML
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<p>
click
</p>
JavaScript
$("p").click(function(){
alert("");
})
by therichpost
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<p>
click
</p>
$("p").click(function(){
alert("");
})