JSFiddle - React, Tailwind, and code Playground
by Andrey Moroz
HTML
<div>
art:<input type="text" value="1">
<input type="hidden" value="3">
товар №1 / цена
<input type="button" value="del">
</div>
<div>
art:<input type="text" value="2">
<input type="hidden" value="2">
товар №2 / цена
<input type="button" value="del">
</div>
<div>
art:<input type="text" value="">
</div>
<input type="button" value="Save">