JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="320.00">
<input type="text" value="520.00">
CSS
input {
border: none;
outline: none;
}
<input type="text" value="320.00">
<input type="text" value="520.00">
input {
border: none;
outline: none;
}