But I want that button inside my table.
<th> <button onClick={handleAddItem} className='add-btn'> Add <FontAwesomeIcon icon={faPlus}></FontAwesomeIcon> </button> </th>