JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">
123
</div>
CSS
div{
width: 200px;
height: 200px;
margin: 40px;
border-color: red;
border-style: solid;
}
<div class="test">
123
</div>
div{
width: 200px;
height: 200px;
margin: 40px;
border-color: red;
border-style: solid;
}