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
</p>

CSS

body {
     font-family: "Computer Input";
}
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%;
}