JSFiddle - React, Tailwind, and code Playground

by highwayoflife

HTML

<div class="wrapper">
    <div class="inner"><a href="#1">LOL</a></div>
    <div class="inner active"><a href="#2">ACTIVE LOL</a></div>
</div>

JavaScript

console.log($('.wrapper .active'));