JSFiddle - React, Tailwind, and code Playground

HTML

<div class="conteiner">
    <img src="http://paint-net.ru/img5/img53/53173.jpg">
    <p>Пингвин</p>
</div>

CSS

.conteiner{
    border:1px solid #ccc;  
    width:327px
        
}
img{
    border:none;    
}
p{
    text-align:center;
    
}