JSFiddle - React, Tailwind, and code Playground

by kkdaily

HTML

Enter a number here:
<br />
<input name="number" id="number" type="text">
    <button class="btn btn-primary" id="submit-button" onclick="calculate();" href="javascript:void(0);" title="Number">Click</button>

CSS

.cool {
    color: blue;
}
button {
    background-color: pink;
}
button:hover {
    background-color: #69c2ce;
}