JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

HTML

<br>
<input type="test" size="60" name="IMGURL" value='test'>
<input type="submit" value="Upload">
<br>

JavaScript

document.getElementsByTagName('input')[0].value += 'text';