JSFiddle - React, Tailwind, and code Playground

by Reigel Gallarde

HTML

<p>I&#8217;d like to be reincarnated as one of your tears, because I&#8217;d be born in your eyes, live on your face, and die on your lips.</p> 
<p>You&#8217;re so hot you must be the reason for global warming.</p> 
<p>Sorry miss but I have to arrest you. you&#8217;re guilty for stealing my heart.</p> 
<p>Excuse me! I&#8217;m lost, can you tell me how can i get into your heart?</p> 
<p>I&#8217;ll give you a scholarship. just learn to love me.</p> 
<p>You&#8217;re like an oxygen, coz I can&#8217;t breathe without you.</p> 
<p>Am I in heaven? Coz you&#8217;re an angel&#8230;</p> 
<p>Can i take your picture? coz i want to show Santa exactly what i want for christmas!</p> 
<p>Do you have a driver license coz you drive me crazy!</p> 
<p>Did it hurt? when u fell from heaven?</p> 
<p>i&#8217;m a bee, can you be my honey?</p> 
<p>Hey, did you fart? coz you blew me away!</p> 
<p>If i&#8217;m a letter of the alphabet, I want to be letter T coz its always beside U!</p> 
<p>Are you a False Teeth? coz I can&#8217;t smile without you!</p> 
<p>Excuse me, Are you a dictionary? Coz you give meaning to my life&#8230;</p> 
<p>are you a keyboard? coz you&#8217;re my type.</p> 
<p>if you&#8217;re a shit? I wanna be a malfuctioned toilet bowl, so we can be together forever.</p> 
<p>are you an electric fan? coz you keep on spinning on my mind.</p> 
<p>I&#8217;m looking for my wife, will you marry me?</p> 
<p>There&#8217;s this movie I wanted to see and my mom said I couldn&#8217;t go by myself.</p> 
<p>Was your Father a mechanic? Then how did you get such a finely tuned body?<br /> 
<p>Great legs, what time do they open?</p> 
<p>If you hold 11 roses in front of a mirror, you would see 12 of the most beautiful things in the world.</p> 
<p>&#8220;are you tired? cause you&#8217;ve been running in my mind all day&#8221;</p> 
<p>&#8220;I forgot your name can i call you mine?&#8221;</p> 
<p>&#8220;Is your name Summer? Cause you`re soo HOT&#8221;</p> 
<p>&#8220;Hershey factories make millions...

CSS

* {
    padding :0;
    margin: 0;
}

p {
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 6px;
}

p.gray {
    background: #c1c1c1;
    color: #fff;
    font-weight: bold;
}

JavaScript

$('p:even').addClass('gray');