JSFiddle - React, Tailwind, and code Playground

HTML

<input id="Result" name="display" type="button" value="Cost Report" onclick=  'document.getElementById("form id").style.display="block";'
          style="overflow:hidden;padding: 5px 5px; border-radius: 3px;font-size: 8.5pt; width:200px ; background-color: #E7FCCA; font-weight: bold; ">

        <div> <form id="form id" style="display: none;">Results</form></div>