JSFiddle - React, Tailwind, and code Playground
by Daniel Hall
HTML
<H1>
2+6=?
</H1>
<input text id="games">
<H1>
1+9=?
</H1>
<input text id="huyg">
<H1>
2+5=?
</H1>
<input text id="hhu">
<h1>
4+7=?
</h1>
<input text id="uy">
<h1>
9+3=?
</h1>
<input text id="gy">
<h1>
4+9=?
</h1>
<input text id="h">
<div id="likr"><p>
2+6=8--------------------------------------------------------------
1+9=10------------------------------------------------------------
2+5=7-------------------------------------------------------------
4+7=11------------------------------------------------------------
9+3=12-----------------------------------------------------------
4+9=13-----------------------------------------------------------
</p></div>
<em>
down here
</em>
CSS
body {
font-family: "Comic Sans MS";
}
p {
font-size:3em
color: rgb(000,000,0);
}
#likr {
position: absolute;
left: 25%;
top: 100%;
background-color: #FFA960;
width: 60%;
height: 90%;
}
body {
background-color: red;
}