JSFiddle - React, Tailwind, and code Playground
HTML
<label>Comments *
<textarea type="comments" name="comments" value= ""></textarea></label>
<br />
<input type="image" src="../../images/submit.png" name="submit" />
CSS
textarea{
resize: vertical;
float:right;
overflow: auto;
font-family: Calibri, Segoe UI, Trebuchet MS, Arial, sans-serif;
font-size: 12px;
border:solid black 2px;
}
input[type="image"]{
display: inline-block;
margin: 0 auto;
border:solid 1px red;
clear:both;
}