JSFiddle - React, Tailwind, and code Playground
by andy_h
HTML
<div>
<input type="text" placeholder="Hello">
<textarea placeholder="Hello"></textarea>
</div>
CSS
div{margin:20px}
input,
textarea {
display:block;
margin:20px 0;
padding:10px 0;
text-indent:2%;
width:99%;
}