constructor(props){ super(props); this.state={ msg:"hello world", isShow:true } } <p>{this.state.isShow?'good':'hello world'}</p>