JSFiddle - React, Tailwind, and code Playground
by eTiger13
JavaScript
// Highlight Current Coupon Line
$("#couponResults li").hover(function()
{
$(this).toggleClass('backgroundOn');
});
by eTiger13
// Highlight Current Coupon Line
$("#couponResults li").hover(function()
{
$(this).toggleClass('backgroundOn');
});