JSFiddle - React, Tailwind, and code Playground

HTML

<div id="clientes">
<h1>Clientes</h1>
    <div id="clientes-logo1">
       <img id="logotipo-clientes" src="http://placehold.it/220x93" title="" alt="">
    </div>
                
    <div id="clientes-logo1">
       <img id="logotipo-clientes" src="http://placehold.it/220x42" title="" alt="">
    </div>
</div>

CSS

#clientes-logo1{
    width: 250px;
    height: 200px;
    background-color: black; 
    margin: 5px 5px 5px 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#logotipo-clientes {
    width: 220px;
    height: auto;
    
}