JSFiddle - React, Tailwind, and code Playground
HTML
<div class="textfield" contenteditable="true"></div>
CSS
.textfield {
width: 200px;
height: 100px;
border: 1px solid grey;
padding: 5px;
}
<div class="textfield" contenteditable="true"></div>
.textfield {
width: 200px;
height: 100px;
border: 1px solid grey;
padding: 5px;
}