react bootstrap carousel caption placement top

JavaScript
.carousel-caption {
    top: 0;
    bottom: auto;
}
Source

Also in JavaScript: