JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://www.garralab.com/projects/nailthumb/src/jquery.nailthumb.1.0.min.js"></script>
<script src="http://www.kfsoft.info/MyThumbnail/jquery.MyThumbnail.js"></script>
<div id='thumbnailList1'>
<a href='http://www.google.com'><img src='http://www.webix.com.br/fotos/imagens/cartoons/puroosso.jpg'></a>
<a href='http://www.yahoo.com'><img src='https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQ0ldhOuTtwuP6f5W4orlChDacSd_DhIx76q0FY4T0QEiVO11i1'></a>
<a href='http://www.kfsoft.info'><img src='images/3.jpg'></a>
</div>
CSS
.myPic
{
margin:10px;
border-radius:10px;
border:1px solid #ccc;
}
JavaScript
$("#thumbnailList1 img").MyThumbnail({
thumbWidth:50,
thumbHeight:50,
backgroundColor:"#ccc",
imageDivClass:"myPic"
});