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");