JSFiddle - React, Tailwind, and code Playground

HTML

<div style='width:10px'>

      <a style="z-index : 1;cursor: pointer; text-decoration: underline; padding: 0px 3px 0px 0px; ">
        <img src='http://i.stack.imgur.com/6IFne.jpg' />
      </a>
    
      <a style="z-index : 1;margin-left: 4px; padding: 0px 3px 0px 0px; " >
        <img src='http://i.stack.imgur.com/6IFne.jpg' />
      </a>

    </div>

CSS

div{
    display:table;
}
a{
    display:table-cell;
}