JSFiddle - React, Tailwind, and code Playground

by Steve Wellens

HTML

<a onClick="toggleMe('FAQ1')" class="faqquestion">1. How many licenses do I need?</a>

CSS

a.faqquestion { color: orange;}a.faqquestion:hover { text-decoration: underline;  cursor: hand;}