Below is the part of code of my React App:
<span
value={this.props.range}
style={{width:"{this.props.range}px"}}
className="range"
></span>
I want to use the value from the props and want to set into style. But I am not getting how to set it.