JSFiddle - React, Tailwind, and code Playground

HTML

<p>Some text obviously more than i am writing here</p>
<p>Some text obviously more than i am writing here</p>
<p>Some text obviously more than i am writing here</p>
<p>Some text obviously more than i am writing here</p>
<p>Some text obviously more than i am writing here</p>
<p>Some text obviously more than i am writing here</p>

JavaScript

$("p").each(function(index, value) {
   $(this).fadeTo("slow", (10*index)/100);
});