JSFiddle - React, Tailwind, and code Playground
by bilbobaggins
HTML
<a>first</a>
<a>secondary</a>
CSS
.highlight {
background: yellow;
}
JavaScript
$('a:first').addClass('highlight').html("update value");
by bilbobaggins
<a>first</a>
<a>secondary</a>
.highlight {
background: yellow;
}
$('a:first').addClass('highlight').html("update value");