JSFiddle - React, Tailwind, and code Playground

by jasonhsu

HTML

<img id ="mcdonald_uncle" src="http://lilt.ilstu.edu/rtdirks/images/main_f1.jpg">
<img id = "hamburger" src="http://1.bp.blogspot.com/-ldbd23S0qgc/TdV6ZRgZ9TI/AAAAAAAABWA/vctavwOJDsA/s400/fast+food.jpg">
<img id = "slogan" src="http://www.healthylifeessex.co.uk/pages/Sustainability/images/LoveFoodHeading.jpg">

CSS

#mcdonald_uncle{
    height:200px; 
    width:200px;
}

#hamburger{
    height:150px; 
    width:200px;
}

#slogan{
    height:200px; 
    width:400px;
    position:absolute;
    top:200px;
    left:0px;
}