```js
  <Status>
    Success message appears here!
  </Status>
```

```js
  <Status type="error">
    Error message appears here!
  </Status>
```

```js
  <Status type="promo_blue">
    Promo message appears here!
  </Status>
```

```js
  <Status type="promo_pink">
    Promo message appears here!
  </Status>
```

```js
  <Status type="promo_rainbow">
    <PersistantPricing />
  </Status>
```
