TextState Example:

```js
<h5>Inline Message:</h5>
                        <TextState messageType='inline-message'>
                            Grumpy wizards make toxic brew for the evil Queen and Jack.
                        </TextState>
                        <br /><h5>Info:</h5>
                        <TextState messageType='info'>
                            Grumpy wizards make toxic brew for the evil Queen and Jack.
                        </TextState>
                        <br /><h5>Danger:</h5>
                        <TextState messageType='danger'>
                            Grumpy wizards make toxic brew for the evil Queen and Jack.
                        </TextState>
                        <br /><h5>Success:</h5>
                        <TextState messageType='success'>
                            Grumpy wizards make toxic brew for the evil Queen and Jack.
                        </TextState>
                        <br /><h5>Warning:</h5>
                        <TextState messageType='warning'>
                            Grumpy wizards make toxic brew for the evil Queen and Jack.
                        </TextState>

```