JSFiddle - React, Tailwind, and code Playground

HTML

<div class="fake-textarea" contenteditable>
  This is some preloaded text...
</div>

CSS

.fake-textarea{
  padding: 15px;
  background: #333;
  color: #fff;
  height: auto;
  width: 300px;
}