JSFiddle - React, Tailwind, and code Playground
HTML
<form action="contact_page.php" method="GET">
<input type="text" name="n" placeholder="Name" size="34"/>
<input type="text" name="e" placeholder="Email" size="34" />
<br />
<br />
<textarea cols="54" rows="7" placeholder="Message"></textarea>
<br />
<br />
<input type="submit" id="btn" value="Send It Now..." />
</form>
CSS
form input{
width: 263px;
height:43px;
border: 1px solid #d4d4d4;
line-height: 1.5em;
padding-right:15px;
}