I have a react element that has an inline style like this: (Shortened version)
You can do it like this
style={ { width: `${ this.state.percentage }%` } }
Example