JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container"><textarea></textarea></div>

CSS

#container {
    background-color:red;
    padding: 10px;
    float: left;
}