JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block_award"><img style="margin: 20px;" src="images/awards/001.jpg" width="200px " /><p>lorem ipsum set folor amet</p><div></div>
</div>
<div class="block_award"><img style="margin: 20px;" src="images/awards/002.jpg" width="200px " /><p>lorem ipsum set folor amet</p><div></div>
</div>
<div class="block_award"><img style="margin: 20px;" src="images/awards/003.jpg" width="200px" /><p>lorem ipsum set folor amet</p><div></div>
</div>

CSS

.block_award{
text-align:left;
box-shadow: 0 0 5px 2px;
    margin:40px}
img {
 float: left;
}    
div {
    clear: both;
}