Matching Csv file with an Obj file to highlight component

Hello everyone,
my aim is to have an application which loads an obj file with three js loader and then i have a csv file of that same obj file which i read to display the components as a list with each components containing its own x and y axis now my question is i want to add a highlight on the 3d model for each component click.

i have achieved displaying all components on a side list

MY TASKS

  • find a way to match the component x and y axis to a detail in the obj file to get its position
  • create a highlight component on the 3d model of the matched position above

am using react with three js alongside Electron js

any help concerning any of the above will be really appreciated