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:
}
by the94air
<textarea name="text"></textarea>
<textarea class="with-border-box"></textarea>
textarea {
width: 100%;
}
.with-border-box {
border-box:
}