JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

#my_div {
            width: 100px;
            height: 100px; 
            background-color: rgba(0, 255, 0, 0.4);
            border: 3px solid #ff0000;
         }