JSFiddle - React, Tailwind, and code Playground

by AlexKhrapal

HTML

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

CSS

.test {
  background: green;
  height: 100vh;
}