JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text">
<label tabindex="0" for="pic" style=" background-image:url(http://i.stack.imgur.com/AoTZr.jpg?s=128&g=1);" class="uploadfilelabel" > logo</label>
		<input type="hidden" name="MAX_FILE_SIZE" value="550000">
		<input tabindex="0" style="display:none;" id="pic" name="pic" type="file" accept=".gif,.jpg,.jpeg,.png"  size="550000">
    <p>
    	<input required="required" name="submit" type="submit" value="submit">
    </p>