JSFiddle - React, Tailwind, and code Playground

HTML

<div class="list-product-pat" style="margin-right: 16px;"><article><a href="/handphone/samsung-galaxy-grand-i9082/"><img src="http://upload.wikimedia.org/wikipedia/commons/8/84/Example.svg" alt="Samsung Galaxy Grand i9082" width="82" /><h2 class="title-pat">Samsung Galaxy Grand i9082</h2></a><p class="spec-pat">GSM, GPS, WiFi, touchscreen, 1.2GHz</p><div class="pricing-pat"><a href="/handphone/samsung-galaxy-grand-i9082/" class="btnLink" title="Lihat toko"><h3>3.499.000</h3><p>10 produk / 8 website</p></a></div></article></div>

<div class="list-product-pat"><article><a href="/tablet/samsung-galaxy-note-10-1-n8000/"><img src="http://static8.depositphotos.com/1003153/893/v/950/depositphotos_8938821-Grunge-Example-stamp.jpg" alt="Canon EOS E7D" width="82" /><h2 class="title-pat">Canon EOS E7D</h2></a><p class="spec-pat">18 MP, SLR, compact flash (type i or ii), udma, microdrive car, 6400 (max. iso), 860 gram, Harddisk Eksternal 2.5 inci, 1 TB, USB3.0, blablablabla blablaa </p><div class="pricing-pat"><a href="/tablet/samsung-galaxy-note-10-1-n8000/" class="btnLink" title="Lihat toko"><h3>6.500.000</h3><p>10 produk / 7 website</p></a></div></article></div>

<div id="sample">First example: good. Second example: bad.</div>

<div class="list-product-pat"><article><a href="/tablet/samsung-galaxy-note-10-1-n8000/"><img src="http://static8.depositphotos.com/1003153/893/v/950/depositphotos_8938821-Grunge-Example-stamp.jpg" alt="Canon EOS E7D" width="82" /><h2 class="title-pat">Canon EOS E7D</h2></a><p class="spec-pat">18 MP, SLR, compact flash (type i or ii), udma, microdrive car, 6400 (max. iso), 860 gram, Harddisk Eksternal 2.5 inci, 1 TB, USB3.0, blablablabla blablaa </p><div class="pricing-pat"><a href="/tablet/samsung-galaxy-note-10-1-n8000/" class="btnLink" title="Lihat toko"><h3>6.500.000</h3><p>10 produk / 7 website</p></a></div></article></div>

<div id="sample">First example: good. Second example: bad.</div>

CSS

body {
font: 10px Verdana, sans-serif;
background:#f0f0f0;
}

a {
text-decoration:none;
}

p {
margin:0;   
}

.list-product-pat {
vertical-align: top;
display: inline-block;
margin: 15px 10px 35px 5px;
padding: 10px;
width: 130px;
height: auto!important;
border: 1px solid #d0d0d0;
background: #fff;
}

.list-product-pat article {
position: relative;
min-height: 260px;
}

.list-product-pat a {
display: block;
overflow: hidden;
}

.list-product-pat a img {
width: auto;
height: 68px;
margin: 0 auto;
display: block;
}

.list-product-pat h2 {
font-size: 1.2em;
text-align: center;
padding: 0;
font-family: 'Handlee', cursive;
background: #FFFFFF;
border: 0;
margin: 1em 0 .83em;
}

.list-product-pat p.spec-pat {
color: #b0b0b0;
text-align: center;
font-size: 12px;
}

.list-product-pat .pricing-pat {
position: absolute;
bottom: 0;
width: 100%;
}

.list-product-pat a {
display: block;
overflow: hidden;
}

.btnLink {
text-transform: capitalize;
font-size: 1em;
color: #fff;
text-align: center;
display: block;
position: relative;
padding: 4px;
border: 1px solid #8FD3A0;
border-radius: 6px;
background-color: #56B76D;
background: -webkit-gradient(linear, left top, left bottom, from(#63BD79), to(#48B161));
background: -webkit-linear-gradient(top, #63BD79, #48B161)!important;
background: -moz-linear-gradient(top, #63BD79, #48B161);
background: -ms-linear-gradient(top, #63BD79, #48B161);
background: -o-linear-gradient(top, #63BD79, #48B161);
background: linear-gradient(top, #63BD79, #48B161);
-webkit-box-shadow: 0px 2px 3px 1px #38894D, 0px 2px 2px #ccc;
-moz-box-shadow: 0px 2px 3px 1px #38894D, 0px 2px 2px #ccc;
box-shadow: 0px 2px 3px 1px #38894D, 0px 2px 2px #ccc!important;
}

.list-product-pat h3 {
font-size: 1.37em;
margin: 0;
}

#sample {
float:right;
border:#ccc;
background:#fafafa;
width:100px;
margin:40px 10px 0 0;
padding:10px;
font-size:14px;
}