JSFiddle - React, Tailwind, and code Playground

by cvalleskey

HTML

<div class="box">This is a box</div>

CSS

.box {
  border-left: 10px solid #F00;
}


body {
background: #EEE;
}

.box {
    padding: 1rem;
    background: #FFF;
    float: left;
}