JSFiddle - React, Tailwind, and code Playground

HTML

<div id ="test"> aa </div>

CSS

#test{
 width:100px;
background-color: rgba(150,150,150,0.4);
}