Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle: https://jsfiddle.net/ca0rovs3/
<div class="ui attached stackable menu">
<div class="ui container">
<a class="item">
This must be in the left side
</a>
<a class="item">
This must be in the middle
</a>
<a class="item">
This must be in the right side
</a>
</div>
</div>
<SuccessModal mountNode={this} />
<Modal basic size='small' open={this.state.open} mountNode={this.props.mountNode} closeOnDimmerClick={false}>
README.md
. You can send me an email afterwards, I have some saved replies for GitHub that you might find useful. I still have an email from Jack where he explained how he handled things initially, and I can forward it to you as well.