JSFiddle - React, Tailwind, and code Playground
HTML
<div class='newComment'>
<div style='float:left;width:375px; height:50px; background-color:#333;'>
<textarea style='border:1px solid #888;overflow:auto' rows='3' cols='40'>comments </textarea>
</div>
<div style='float:left;width:100px; height:50px; background-color:#F50; overflow:hidden'>
<input type='submit' style="margin-top:15px" value='Add Comment'/>
</div>
</div>
CSS
.newComment {
position: relative;
width:475px;
background-color:WHITE;
}