JSFiddle - React, Tailwind, and code Playground

by Evgenii Malikov

HTML

<div class="horizontal">
  horizontal
</div>
<div class="vertical">
  vv
</div>
<div class="window">
  window
</div>

CSS

div{border: 1px dotted lime}
div.horizontal{width:300px; height: 20px}
div.vertical{width: 20px; height: 500px}
div.window{width: 300px; height: 500px}