JSFiddle - React, Tailwind, and code Playground

by AlexKhrapal

HTML

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

CSS

.test {
  width: 100px;
  height: 100px;
  background: #000;
}