JSFiddle - React, Tailwind, and code Playground

HTML

<span class="pagelinks"> <a href="{1}"> <img src="http://kenwheeler.github.io/slick/img/lazyfonz2.png"> </a> <a href="{2}"> <img src="http://kenwheeler.github.io/slick/img/lazyfonz2.png"> </a> | Page {5} of {6} | <a href="{3}">  <img src="http://kenwheeler.github.io/slick/img/lazyfonz2.png"> </a> <a href="{4}"> <img src="http://kenwheeler.github.io/slick/img/lazyfonz2.png"> </a></span>

CSS

.pagelinks  {
	float: right;
	margin-right: 48%;
	display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    color: #828282;
}

.pagelinks a {
	text-decoration: none;
	display: inline-block;
	background-repeat:  no-repeat;
}

.pagelinks img {
  vertical-align: middle;
  max-width: 50px;
}