JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>
<a href="http://example.com">
<div>
<img src="http://borisute.com/geshem/2013/mkeller/firefox-icon.gif" />
<p>Cute Firfox prank</p>
</div>
</a>
</li>
</ul>
CSS
@charset "utf-8";
/* CSS Document */
img{
width: 50px;
height: 50px;
}
li{
list-style-type: none;
text-decoration: none;
}
a{
text-decoration: none;
}
li p{
display: inline;
color: black;
font-size: 25px;
margin:0;
line-height: 50px;
}