JSFiddle - React, Tailwind, and code Playground

by Daniel Hall

HTML

<h1>

</h1>
<div id="body"><p>
Good day sir
</p></div>
<div id="line">
yes sir here your apps
<button id="lop1">
new text
</button>
<input text id="adj1">
SANS SAYS game write code is blue green red
<div id="FF002"></div>

CSS

body {
    font-family:;
}
p {
    font-size:3em;
    color: rgb(255,255,255);
}

#body {
     position: absolute;
     left: 15%;
     top: 0%;
     width: 85%;
     height: 100%;
     background-color:  #000000;
}
#line {
      position: absolute;
      left: 15%;
      top: 90%;
      width: 85%;
      height: 10%;
      background-color:  #adadad;
      text-align:center;
}
#FF002 {
     position: absolute;
     left: 70%;
     top: 50%;
     border-radius: 50%;
     width: 50%;
}