JSFiddle - React, Tailwind, and code Playground

by sushilbharwani

HTML

<html>
<body>
<div>
    <img src='https://lh5.googleusercontent.com/-mvuIHv5Cq_c/Ttj-FBhx0QE/AAAAAAAAAeA/q6AbyDuvdoI/s144-c/IGotInspiration.jpg' />   
</div>
<div>
    <img src='https://lh5.googleusercontent.com/-ai66p314tQg/S12vSrH2nrE/AAAAAAAAAZU/0BvkbnFi6OI/s144-c/Teamtrip.jpg' />
</div>  
<div>
</div> 
<div>
</div> 
 <div>
</div> 
<div>
</div> 
 <div>
</div> 
<div>
</div> 
 <div>
</div> 
<div>
</div>     
</body>
</html>

CSS

div{
min-width:100px;
min-height:100px;
margin:10px;
background-color:red;  
display:inline-block;    
}