JSFiddle - React, Tailwind, and code Playground

by Denis Ineshin

HTML

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

CSS

.test {
    width: 300px;
    height: 200px;
    background: #000;
    margin: 0 auto;
}