JSFiddle - React, Tailwind, and code Playground
HTML
<body >
<div id='myMap' style="position:relative; width:400px; height:400px;"></div>
<div>
<input type="text" value="" placeholder="Enter location" onclick="findLocation();" />
<input type="button" value="FindLocation" onclick="findLocation();" />
</div>
<div id="output"></div>
</body>