JSFiddle - React, Tailwind, and code Playground

by Nymos

HTML

<a href="alert('oi');">TEST</a>

JavaScript

$("h3").click(function(){
    $(this).next(".items").toggle();
});