JSFiddle - React, Tailwind, and code Playground

by panchroma

HTML

<div class="header">
    
 <img src="https://dl.dropbox.com/u/2665617/tamatea-car.jpg" class="image2">
     <img src="https://dl.dropbox.com/u/2665617/tamatea-car.jpg" class="image3">
             
             
     <img src="https://dl.dropbox.com/u/2665617/tamatea-car.jpg" class="image1">
     </div>

CSS

.header{
    
   margin-top:100px;
    border:solid olive 2px;
    position:relative;
}


.image1{
    width:35%;
    height:auto;
    position:relative;
    border:solid red 1px;
}

.image2{
    width:5%;
    height:auto;
    position:relative;
    top:10%;
    left:20%;
}
.image3{
    width:25%;
    height:auto;
}