JSFiddle - React, Tailwind, and code Playground

by eTiger13

JavaScript

// Highlight Current Coupon Line
    $("#couponResults li").hover(function()
     {
        $(this).toggleClass('backgroundOn');         
     });