JSFiddle - React, Tailwind, and code Playground

https://www.reddit.com/r/programmingcirclejerk/comments/6214ze/if_youre_curious_how_i_made_the_form_i_used_react/

by alexb

HTML

Title<input value=Aquarium>Description<textarea>Comes with little rock cave and sea men</textarea>Price<input value=120>Category<i>Our suggestion based on what you've told us</i><p>Pets and Horses &gt; Fish Food and Accessories</p><i>... or select a different category</i><select><option>Pick one</select>

CSS

html{background:#455A64;color:#fff;font:1em/2 Arial}input,textarea,select,p{display:block;width:500px;box-sizing:border-box;font:1em/2 Arial;padding:2px 10px;border:none;border-radius:2px;color:#37474F;margin:0 0 15px}select{padding:10px}i{display:block}p{background:#B0BEC5;margin:0 0 15px}