JSFiddle - React, Tailwind, and code Playground
HTML
<div class="a">
</div>
<div class="b">
</div>
CSS
div {
display: inline-block;
width: 20px;
height: 20px;
background-color: red;
margin: 10px;
}
.a {
background: blue;
}
<div class="a">
</div>
<div class="b">
</div>
div {
display: inline-block;
width: 20px;
height: 20px;
background-color: red;
margin: 10px;
}
.a {
background: blue;
}