class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Coffee, tea, cocoa, spices, and manufactures thereof 22.4%
1 22.6% Petroleum, petroleum products and related materials
Crude animal and vegetable materials, n.e.s. 11.9%
2 5.0% Cereals and cereal preparations
Vegetables and fruits 10.2%
3 4.9% Road vehicles
Articles of apparel & clothing accessories 5.9%
4 4.6% Fixed vegetable oils and fats, crude, refined or fractionated
Petroleum, petroleum products and related materials 4.1%
5 4.4% Iron and steel
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);