JSFiddle - React, Tailwind, and code Playground
HTML
<input type="file" id="newFilename" name="Filename">
CSS
input[type="file"] {width:380px !important}
JavaScript
$('input[type="file"]').attr('size', '60');
<input type="file" id="newFilename" name="Filename">
input[type="file"] {width:380px !important}
$('input[type="file"]').attr('size', '60');