JSFiddle - React, Tailwind, and code Playground
by mdss
HTML
<div class="container">
<div class="pic_place" style="width:43%">
<img src="https://st.free-lance.ru/users/Junks/foto/sm_f_4d11c5bdca987.gif" alt="" />
</div>
</div>
CSS
.container {
width:50px;
height:50px;
background:url(https://cdn0.iconfinder.com/data/icons/super-mono-basic/blue/question-balloon_basic_blue.png) no-repeat center center;
border:1px solid #333;
}
.pic_place {
height:50px;
overflow:hidden;
}