JSFiddle - React, Tailwind, and code Playground
by Nymos
HTML
<a href="alert('oi');">TEST</a>
JavaScript
$("h3").click(function(){
$(this).next(".items").toggle();
});
by Nymos
<a href="alert('oi');">TEST</a>
$("h3").click(function(){
$(this).next(".items").toggle();
});