JSFiddle - React, Tailwind, and code Playground
by j08691
HTML
<a class="box" href="single.html" title="Link to Single Page">
<h4>Cras vestibulum</h4>
<p>Cras vestibulum lorem et dui mollis sed posuere leo semper.</p>
<img alt="" src="http://www.placekitten.com/50/50/">
</a>
CSS
a,h4,p,img {
border:1px solid #999;
margin:0;
padding:0;
}
.box {
display:block;
position:relative;
height:300px;
}
h4,p {
}
img {
position:absolute;
bottom:0;
}