JSFiddle - React, Tailwind, and code Playground
by brightonmike
HTML
<a href="#" class="swatch"><img src="http://www.smortimerphoto.co.uk/HOS/Images/SL064.jpg" width="85" height="85" />Sylvia Thornhill</a>
<a href="#" class="swatch"><img src="http://www.smortimerphoto.co.uk/HOS/Images/SL064.jpg" width="85" height="85" />Sylvia Thornhill</a>
CSS
a.swatch {
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
text-align:center;
text-decoration:none;
color:#666;
padding: 2px;
display:block;
width: 85px;
margin-right: 5px;
float: left;
margin-bottom: 5px;
}
a.swatch:hover {
background-color: black;
color:#fff;
}