JSFiddle - React, Tailwind, and code Playground

by Aleksey Shukilovich

HTML

<ul>
  <li><input type="text" value="1231"></li>
  <li><input type="text" value="4353"></li>
</ul>

SCSS

input {
  border: 1px solid transparent;
}