JSFiddle - React, Tailwind, and code Playground

by rashivkp

HTML

<div id="m2"></div>
<div id="m3"></div>

CSS

#m2 {
background-image: url('http://lorempixel.com/400/300/nature/');
padding:20%;
margin-left: 16px;
margin-right: 16px;
background-size: cover;

}

#m3 {
background-image: url('http://lorempixel.com/400/300/sports/');
padding:20%;
margin-left: 16px;
margin-right: 16px;
background-size: cover;

}