JSFiddle - React, Tailwind, and code Playground

by Daniel Hall

HTML

<Button id="replaceButton">this door!</Button>
find the right door
<div id="body"></div>
<div id="body2"><p>this one</p></div>
<Button id="replaceButton">this door!</Button>
when you are done look down and do nt look at the yellow?????????????????????????????????????????


???????????????
<div id="body3"></div>
<Button id="replaceButton">this door!</Button>
<div id="body4"><p> game 1 Answer left one game 2 Answer...

CSS

body {
    font-family:  "Comic Sans MS";
}
p {
    font-size: 4em;
}
#body {
    position: absolute;
    left: 1;
    top: 10%;
    width: 30%;
    height: 55%;
    background-color:   #800000;
    text-align:center;
    padding-top: 30px;
}
#body2 {
    position: absolute;
    left: 40%;
    top: 10%;
    width: 25%;
    height: 55%;
    background-color:   #800000;
    text-align:center;
    padding-top: 30px;
}
#body3 {
    position: absolute;
    left: 70%;
    top: 10%;
    width: 25%;
    background-color:  #900000;
    text-align:center;
    padding-top: 410px;
}
#body4{
    position: absolute;
    left: 50%;
    top: 80%;
    width: 45%;
    height: 90%;
    background-color:  #FFFF22;
    text-align:center;
    padding-top: 30px;
}
input [type=text] {
    border-width: 0 0 1px 0;
    border-color: #333;
}