JSFiddle - React, Tailwind, and code Playground
by matmuchrapna
HTML
<span class="notice">
Logged in as "ladygaga" (type message and hit ENTER or click SEND)
</span>
<textarea id="messagebox">
</textarea>
<button id="send">SEND</button>
CSS
#messagebox
{
width:300px;
height:40px;
background-color:white;
border:2px;
border-style:solid;
border-color:green;
overflow:auto;
resize:none;
}
#send
{
margin:0px;
padding:0px;
font-size:14px;
height:40px;
width:50px;
float: left;
}