JSFiddle - React, Tailwind, and code Playground
by Pooya Parsa
HTML
<form action="#">
<input type="number" step=".1" lang="de">
<input type="submit" >
</form>
CSS
input { min-width: 500px }
by Pooya Parsa
<form action="#">
<input type="number" step=".1" lang="de">
<input type="submit" >
</form>
input { min-width: 500px }