what can be used to access data that is passed through jsx attribute to a component code example
Example: react data attributes event
const removeId = e.target.getAttribute("data-remove");
const removeId = e.target.getAttribute("data-remove");