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(){
});
by Victor
<a href="#" id="first">Just won't stop.</a>
<a href="#" id="second">Now it stops.</a>
a {
background:red;
}
$().hover(function(){
});