JSFiddle - React, Tailwind, and code Playground
JavaScript
jQuery('.item-page td:first-child').each(function() {
var parentHeight = jQuery(this).parent().height();
parentHeight = parseInt(parentHeight);
console.log(parentHeight);
jQuery(this).height(parentHeight);
});