class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Coffee, tea, cocoa, spices, and manufactures thereof 37.3%
1 22.3% Petroleum, petroleum products and related materials
Petroleum, petroleum products and related materials 13.5%
2 6.4% Cereals and cereal preparations
Vegetables and fruits 10.1%
3 5.9% Road vehicles
Crude rubber (including synthetic and reclaimed) 9.8%
4 5.5% Other transport equipment
Gold, non-monetary (excluding gold ores and concentrates) 9.2%
5 4.4% Specialised machinery
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);