JSFiddle - React, Tailwind, and code Playground

by Cameron Bernhardt

HTML

<script>
    $(document).ready(function() {
        $(".vouch").click(function() {
            alert("000");
        });
    });
</script>
<body>
    <li class="vouch">
<a href="">
<span>tooo</span>
</a>

    </li>