JSFiddle - React, Tailwind, and code Playground
HTML
<input placeholder="if you write here I'll be gone my friend!" width="700px" />
JavaScript
$("input").width( $(window).width() );
<input placeholder="if you write here I'll be gone my friend!" width="700px" />
$("input").width( $(window).width() );