JSFiddle - React, Tailwind, and code Playground
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;}
<a onClick="toggleMe('FAQ1')" class="faqquestion">1. How many licenses do I need?</a>
a.faqquestion { color: orange;}a.faqquestion:hover { text-decoration: underline; cursor: hand;}