JSFiddle - React, Tailwind, and code Playground
by Daniel Hall
HTML
<div id="frame"></div>
<div id="screen"><p>
<div id="body"><p>
find the 8
99999999999999999999999999999999999999
99999999999999999999999999999999999999
99999999999999999999999999999999999999
99999999999999999999999999999999999999
99999999999999999999999999999999999999
99899999999999999999999999999999999999
99999999999999999999999999999999999999
99999999999999999999999999999999999999
99999999999999999999999999999999999999
99999999999999999999999999999999999999
it's a game so how can I help you sir
</p>
<input text id="adj1">
CSS
body {
backround-color: #77DFF7;
}
p {
font-size:1em;
color: green;
}
#fram {
position: absolute;
left: 999%;
top: 2%;
width: 50%;
height: 50%;
background-color: #adadad;
}
#scr {
position: absolute;
left: 999%;
top: 9%;
width: 40%;
height: 25%;
background-color: #100000;
}
body {
position: absolute;
left: 0%;
top: 0%;
background-color: #000000;
width: 15%;
height: 15%;
}