Callout Example:

```js
<br/><br/>

<Callout calloutFor="txtMobileNumber">
    This mobile number will be checked for uniqueness within our database, as we will send a verification SMS to this number.
</Callout>

<br/><br/><br/><br/><br/>

<Callout type="lightBlue" calloutFor="txtEmailID">
    This email ID will be checked for uniqueness within our database.
</Callout>

<br/><br/><br/><br/><br/><br/>

<Callout type="white" calloutFor="txtPassword1">
    <div>Password must have:
        <ul style={{textAlign:'left'}}>
            <li>8-13 characters.</li>
            <li>at least 1 lowercase alphabet.</li>
            <li>at least 1 uppercase alphabet.</li>
            <li>at least 1 number.</li>
        </ul>
    </div>
</Callout>

<br/><br/><br/><br/>

<Callout type="whiteBorder" calloutFor="txtName2" position="bottom">
    Please make sure your full name is entered exactly as it appears on your government-issued identification (PAN card, Driving License etc).
</Callout>


<br/><br/><br/>

```
