<div className={`form-textbox-label ${this.state.fieldActive <b><i>(Если true, то вернуть 'field-active') </i>'</b>field-active'}`}></div>
const classNames = require('classnames');
...
<div className={classNames( "form-textbox-label", {
"field-active": this.state.fieldActive
})}></div>