JSFiddle - React, Tailwind, and code Playground

by daraii

HTML

<div class="center">
  <div class="box">
   Test
  </div>
</div>

CSS

.center{
  margin: 50px 50px;
}
.box{
  border-top: 10px solid red;
  border-left: 10px solid green;
}