JSFiddle - React, Tailwind, and code Playground

HTML

<div style="padding:10px">
<textarea id="oPLD74" class="z-textbox" rows="2" style="width:130px;" title=""></textarea>
</div>

CSS

.z-textbox{
    border: 1px solid #AAAABB;
    border-radius: 0 0 0 0;
    font-family: Arial,serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 1px;
    resize: none;
    overflow: auto;
}

@-moz-document url-prefix() {
    textarea {
        height: 100px;
    }
}