JSFiddle - React, Tailwind, and code Playground
by David Thomas
HTML
<div> Hello World! </div>
CSS
div:hover {
background-color: blue!important;
};
JavaScript
$("div").css("backgroundColor", "red");
by David Thomas
<div> Hello World! </div>
div:hover {
background-color: blue!important;
};
$("div").css("backgroundColor", "red");