JSFiddle - React, Tailwind, and code Playground
by Love Trivedi
HTML
<ul id="botoes">
<li><a href="/o-meu-perfil"><img src="https://lh4.ggpht.com/OyBAmxA4tVq25tLQLGSEpuMpHtxPdpZ770ylRF1NLSYZ2N17rm2IXL2RGpP3_7LBBw=w300" ></a></li>
<li><a href="#">Perguntas</a></li>
</ul>
CSS
#botoes li{
display: inline-block;
list-style-type: none;
padding-right: 20px;
vertical-align: middle;
}