JSFiddle - React, Tailwind, and code Playground

HTML

<div class="product-sides">
  <a href="https://cdn.shopify.com/s/files/1/1556/6699/files/installation-instructions-drill-new.png?12295424269404146392" target="blank"><img src="http://i.imgur.com/LAt4pRf.png" /></a>
</div>

<div class="product-sides">
  <a href="https://cdn.shopify.com/s/files/1/1556/6699/files/no-drill-installation-instructions.png?12295424269404146392" target="blank"><img src="http://i.imgur.com/ShpKUeR.png" /></a>
</div>

<div class="product-sides">
  <a href="https://youtu.be/YvLf3EXAWIo" target="blank"><img src="http://i.imgur.com/fMzDD7K.png" /></a>
</div>

<div class="product-sides">
  <a href="http://www.paintscratch.com" target="blank"><img src="http://i.imgur.com/ImBsmDr.png" /></a>
</div>

<div class="product-sides">
  <a href="https://www.darspoilers.com/pages/about-dar" target="blank"><img src="http://i.imgur.com/BFgpKcU.png" /></a>
</div>

CSS

.product-sides {
  width: 90px;
  height: 90px;
  border: 2px solid #d3d3d3;
  margin: 2px;
  float: left;
}

.product-sides img {
  width:90px;
}