JSFiddle - React, Tailwind, and code Playground
by anmol sandal
HTML
<div>
<textarea></textarea>
</div>
CSS
div {
height: 96px;
overflow: scroll;
}
textarea {
height: 100%;
padding: 0;
border: 0;
}
by anmol sandal
<div>
<textarea></textarea>
</div>
div {
height: 96px;
overflow: scroll;
}
textarea {
height: 100%;
padding: 0;
border: 0;
}