JSFiddle - React, Tailwind, and code Playground

by rmanalan

HTML

<div id="container">
  <textarea>Resize me</textarea>
</div>
<a href="http://www.html5rocks.com/tutorials/flexbox/quick/#toc-support" target="leap">more info</a>

CSS

#container {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 500px;
    background: #ffff66;
}