JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<div class="test">
123
</div>

CSS

div{
width: 200px; 
height: 200px;    
margin: 40px; 
border-color: red;
border-style: solid;     
}