JSFiddle - React, Tailwind, and code Playground

by jwerre

HTML

<p>
<label>Text Input</label><br>
<input type="text" placeholder="single line input">
</p>
<p>
<label for="">Text Area</label><br>
<textarea name="" id="" cols="30" rows="10" placeholder="multi-line input"></textarea>
</p>