JSFiddle - React, Tailwind, and code Playground

HTML

<div class='example'>test</div>

CSS

.example {
    margin-top:10px;
    width: 100px;
    text-align: left;
    border: 1px solid red;
}