JSFiddle - React, Tailwind, and code Playground

by Ryan Brown

HTML

<p>
Below is a table depciting total rainfall normalized to 1.
<br/><br/>
Please enter a value below to view the specific total rain percentage for that given time.
<br/>
<input type = "text" id = "userInput" />
<br/>
<button type ="button" onclick = "userTableResults()">
Find!
</button>
(Ex: 3.5 =The 3 hours and 30 minutes)
</p>