JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<div class="foo">
hello it's the end of the world as we know it and I feel fine. hello it's the end of the world as we know it and I feel fine.hello it's the end of the world as we know it and I feel fine.hello it's the end of the world as we know it and I feel fine.
</div>

CSS

.foo {
  width: 200px;
  height: 200px;
  background: green;
  resize: both;
  overflow: auto;
}