JSFiddle - React, Tailwind, and code Playground

HTML

<div style="background-color:rgb(255, 204, 153) ;">rgb(255, 204, 153)</div>
<div style="background-color:rgb(204, 204, 255) ;">rgb(204, 204, 255)</div>
<div style="background-color:rgb(255, 102, 102) ;">rgb(255, 102, 102)</div>
<div style="background-color:rgb(139, 230, 2)   ;">rgb(139, 230, 2)  </div>
<div style="background-color:red                ;">red               </div>
<div style="background-color:yellow             ;">yellow            </div>
<div style="background-color:rgb(51, 51, 255)   ;">rgb(51, 51, 255)  </div>
<div style="background-color:rgb(153, 153, 153) ;">rgb(153, 153, 153)</div>
<div style="color:#fff;background-color:rgb(153, 0, 0)     ;">rgb(153, 0, 0)    </div>
<div style="color:#fff;background-color:rgb(51, 51, 51)    ;">rgb(51, 51, 51)   </div>
<div style="color:#fff;background-color:rgb(0, 0, 102)     ;">rgb(0, 0, 102)    </div>
<div style="color:#fff;background-color:rgb(120, 102, 75)  ;">rgb(120, 102, 75) </div>