JSFiddle - React, Tailwind, and code Playground
by Rochefort
HTML
<input class="product_add" type="button" value="Add to Cart"/>
CSS
.product_add {background:#f4af40; border:none; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; color:#fff; cursor:pointer; font-size:16px; padding:5px 20px;}