JSFiddle - React, Tailwind, and code Playground

HTML

<div class="conteiner">
    <img src="http://repka.club/media/k2/items/cache/be44bedc8a2f068e6343d56452fd4574_L.jpg"/>    
</div>

CSS

.conteiner:after {
    content:'HELO';
    display: block;
    clear: both;
}
img {
    height: 200px;
}
img:after {
    content:'HELO IMG';
    display: block;
    clear: both;
}