JSFiddle - React, Tailwind, and code Playground

by andrewjohn

HTML

<div id="inputWords">
  <ul>
    <li>
      <input type="text" id="adjl">
      <br>guess
    </li>
    <!-- put other input fields here -->
    
  </ul>
</div>  
<div id="story">

</div>
1. does 9 times 12 =109?
2. does 10 times 12 =115?
3. does 11 times 12...

CSS

body {
    font-family: "Comic Sans MS", cursive,
    sans-serif;
}
#replaceButton {
     margin-top: 30px;
     width: 200px;
}
body {
   position: absolute;
   left: 25%;
   top: 35%;
   width: 45%;
   height: 55%;
   background-color: #FF4500;
}

JavaScript

alert("welcome to true or false.");