JSFiddle - React, Tailwind, and code Playground

by amenadiel

HTML

<div class="box">
  <img src="https://static.mydot.app/thumbnails/w=400_h=208/banners202102/01_lysto_grandes_formatos.jpg">
</div>
<div class="box">
  <img src="https://static.mydot.app/thumbnails/w=400_h=208_output=jpg/banners202102/01_lysto_grandes_formatos.jpg">
</div>
<div class="box">
  <img src="https://static.mydot.app/thumbnails/w=400_h=208_output=png_l=8/banners202102/01_lysto_grandes_formatos.jpg">
</div>
<div class="clear"></div>

CSS

.box{
    float:left;
    margin-right:20px;
}
.box img {
  height:208px;
  width:400px;
}
.clear{
    clear:both;
}