JSFiddle - React, Tailwind, and code Playground

by Keith Jeter

JavaScript

$('.gr').click(function() {
    $('.guildhyde').slideToggle( 'fast' );
    $(this).text($(this).text() == 'VIEW LESS FAQ' ? 'VIEW MORE FAQ' : 'VIEW LESS FAQ');
})