JSFiddle - React, Tailwind, and code Playground

HTML

<p> yes</p>
<p> no</p>
<p> maybe</p>
<p> I don't know</p>
<p>Can you repeat the question?</p>

CSS

p:nth-of-type(even) {text-decoration: underline;}