JSFiddle - React, Tailwind, and code Playground

by doug65536

JavaScript

$(...).hover(
    function() { $.data(this, 'hover', true); },
    function() { $.data(this, 'hover', false); }
).data('hover', false);