JSFiddle - React, Tailwind, and code Playground

by Victor

HTML

<a href="#" id="first">Just won't stop.</a>
<a href="#" id="second">Now it stops.</a>

CSS

a {
    background:red;
}

JavaScript

$().hover(function(){

});