JSFiddle - React, Tailwind, and code Playground

by Daniel Hall

HTML

<div id="fram"></div>
<div id="scree"><p>
<div id="body"><h1>
good morning sir

Find The A 8

99999999999999999
99999999999999999
99999999999999999
99999999999999999
99999999989999999
99999999999999999
</h1></div>

CSS

body {
     font-family: "Computer Input";
}
h1 {
    font-size:1em;
    color: green;
}
#frame {
     position: absolute;
     left: 40%;
     top: 2%;
     width: 50%;
     height: 50%;
     background-color:   #adadad;
}
#screen {
     position: absolute;
     left: 45%;
     top: 9%;
     width: 40%;
     height: 25%;
     background-color:  #100000;
}
body {
     position: absolute;
     left: 0%;
     top: 0%;
     background-color:  #000000;
     width: 15%;
     height: 15%;
}