JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
</div>
CSS
.box{
width:50px;
height:50px;
background-color: #D23231;
}
JavaScript
var bg = ?;
<div class="box">
</div>
.box{
width:50px;
height:50px;
background-color: #D23231;
}
var bg = ?;