JSFiddle - React, Tailwind, and code Playground

HTML

<div id="my_div"></div>

CSS

#my_div {
     width: 100px;
     height: 100px; 
     background-color: rgba(150, 126, 150, .3);
     border: 3px solid #ff0000;
}