JSFiddle - React, Tailwind, and code Playground
by Cthulhu
HTML
<div class="img_thumb">
<a class="images_class" href="large.jpg" rel="images"><img src="https://forum.techidiots.net/forum/images/ranks/admin-dev.png" title="img_title" alt="img_alt" /></a>
</div>
CSS
.img_thumb {
float: left;
height: 120px;
margin-bottom: 5px;
margin-left: 9px;
position: relative;
width: 147px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 3px;
line-height:120px;
text-align:center;
}
.img_thumb img {
vertical-align: middle;
}