JSFiddle - React, Tailwind, and code Playground

by Kamlesh Gupta

HTML

<div id="fleAsBtn">
<input type="file" id="upload" name="Upload" value="Upload"/>
    <input type="button" name="Upload" id="upload" value ="upload"/>
   
    
</div>

CSS

input[type="file"]{
    opacity:0; 
    postion:relative;
    z-index:2;
    text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	width:1px;
	
}
#upload{
    border-radius:50%;
}