JSFiddle - React, Tailwind, and code Playground

by Victor

HTML

<div class="button">here</div>

CSS

.button{
    background:white;
    display:inline;
    padding:5px 10px;
}
body {
    background:black;
}