JSFiddle - React, Tailwind, and code Playground

by austinmillett

HTML

<b>Please enter a number:</b><br>

<input type = "text" id = "number">
<br>
<br>
<input type = "button" id = "btnPress" value = "Guess" onclick="">

CSS

#btnpress {
  background-color: #008cba; /*Red*/
    border: 2px solid; 
    color: black;
    padding: 20px 44px; 
    text-align: center; 
    font-size: 25px; 
}