JSFiddle - React, Tailwind, and code Playground

HTML

<center>
  <img class="hvr-grow" width="200" src="http://bit.ly/1wurVVx" style="margin-left:2%;'">
  <img class="hvr-grow" width="200" src="http://bit.ly/1wurVVx" style="margin-left:2%;'">
  <img class="hvr-grow" width="200" src="http://bit.ly/1wurVVx" style="margin-left:2%;'">
</center>


<center>
  <img class="hvr-grow" width="200" src="http://bit.ly/1wurVVx" style="margin-left:2%;'">
  <img class="hvr-grow" width="200" src="http://bit.ly/1wurVVx" style="margin-left:2%;'">
  <img class="hvr-grow" width="200" src="http://bit.ly/1wurVVx" style="margin-left:2%;'">
</center>

CSS

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  position: relative;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  position: relative;
  z-index:1;
}