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');