JSFiddle - React, Tailwind, and code Playground

by webwakko

HTML

<div class='start'>Some words</div>
<div>Some words 2</div>
<div class='start'>Some words</div>
<div>Some words 5</div>
<div class='start'>Some words</div>
<div class='start'>Some words</div>

JavaScript

$('.start').nextAll('.start:first').css('background', 'red');