JSFiddle - React, Tailwind, and code Playground
HTML
<p>My name is Donald</p>
<p>Donald Duck</p>
<p>I live in Duckburg</p>
<p>My best friend is Mickey</p>
JavaScript
// jquery traversing eq() method
$("p").eq(1).css("background-color","yellow");