JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">A Link!</a>
<div class="feature">Click me?</div>

CSS

a.cool {
    color: #00ff00;
}

JavaScript

$(this).prev('a').addClass('cool');