JSFiddle - React, Tailwind, and code Playground

HTML

<div style="background-color: rgba(255, 0, 0, 0.3);">
   <p>0.3 opacity</p>
</div>

<div style="background-color: rgba(255, 0, 0, 1);">
   <p>1.0 opacity</p>
</div>