JSFiddle - React, Tailwind, and code Playground
by SeasonEnds
JavaScript
jQuery(window).load(function() {
var caption = jQuery('.nivo-caption').outerHeight(true);
var direction = jQuery('.nivo-directionNav').outerHeight(true);
var highestCol = Math.max(caption,direction);
jQuery('.nivo-caption,.nivo-directionNav,.nivo-directionNav a').outerHeight(highestCol);
});