JSFiddle - React, Tailwind, and code Playground

by Kevin Pliester

JavaScript

jQuery('.hover-click').on('hover', function (e) {
	e.preventDefault();
  $(this).trigger('click');
});