JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<p id="percent0">Paragraph</p>
<p id="percent25">Paragraph</p>
<p id="percent50">Paragraph</p>
<p id="percent75">Paragraph</p>
<p id="percent100">Paragraph</p>

CSS

#percent0    { background-color: rgba(0, 255, 0, 0); }
#percent25   { background-color: rgba(0, 255, 0, 0.25); }
#percent50   { background-color: rgba(0, 255, 0, 0.5); }
#percent75   { background-color: rgba(0, 255, 0, 0.75); }
#percent100  { background-color: rgba(0, 255, 0, 1); }