JSFiddle - React, Tailwind, and code Playground

HTML

<div>Some text insize DIV</div>
<textarea>Some text insize TEXTAREA</textarea>

CSS

div {
    background-color: #eee;
    width: 25em;
}

textarea {
    width: 25em;
}