JSFiddle - React, Tailwind, and code Playground

by Andrey Moroz

HTML

<div>
    art: <b>1</b>  
    <input type="hidden" value="1">
    товар №1 / цена
    <input type="button" value="del">        
</div>
<div>
    art: <b>2</b>
    <input type="hidden" value="2">
    товар №2 / цена
    <input type="button" value="del">        
</div>
<div>
    art:<input type="text" value="">
</div>
    
<input type="button" value="Save">