JSFiddle - React, Tailwind, and code Playground
by Hari Menon
HTML
<textarea placeholder="A few words about yourself"></textarea>
<input type="text" placeholder="Your Awesome City">
CSS
textarea{
width:400px;
height:100px;
}
input{
width:400px;
height:23px;
display:block;
}