JSFiddle - React, Tailwind, and code Playground

by InferOn

HTML

<div class="images">    

    <label class="Label2" >50% Discount</label>
    <label class="Label1" >Discount valid for 4 days</label>

    <div class="imge"> 
        <img src="http://fc03.deviantart.net/fs70/i/2012/163/0/d/dog_with_glasses_by_danihee-d53949b.jpg"  style="height: 100px; width: 100px" />
    </div>

CSS

.imge img {
position:absolute;
top: 150px;
left: 274px; z-index:0;}