React Js, range input UI not working , how do i connect it with audio element to change volume

My code

  1. My <input type = "range"/> sliding is not working. Change of value is showing in console.log .

  2. After input range value is changed how do i connect it with all the audio elements ?

Thanks