JSFiddle - React, Tailwind, and code Playground
by Avi Algaly
HTML
<div style="vertical-align:bottom;position:relative;width:480px">
<textarea class="div1"></textarea>
<button>
Submit
</button>
</div>
CSS
.div1 {
width: 400px;
height: 100%;
min-height: 30px;
/*resize:none;*/
overflow-y: auto;
overflow-x: hidden;
background-color: #fff;
max-height: 90px;
//float: left;
outline: 0;
padding: 5px;
border:solid 1px #c0c0c0;
margin:0;
resize: none;
}
button {
position:absolute;
bottom:5px;
right:0;
height: 30px;
outline: 0;
vertical-align: super;
}