JSFiddle - React, Tailwind, and code Playground

by the94air

HTML

<textarea name="text"></textarea>
<textarea class="with-border-box"></textarea>

CSS

textarea {
  width: 100%;
}

.with-border-box {
  border-box: 
}