JSFiddle - React, Tailwind, and code Playground

by nkovacs

HTML

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

CSS

.test {
    background:red;
    width:200px;
    height:200px;
    border-radius: 10px 10px 10px 10px;
}