class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Vegetables and fruits 17.4%
1 14.1% Petroleum, petroleum products and related materials
Articles of apparel & clothing accessories 11.2%
2 8.5% Road vehicles
Coffee, tea, cocoa, spices, and manufactures thereof 9.8%
3 4.4% Telecommunication and sound recording apparatus
Fixed vegetable oils and fats, crude, refined or fractionated 6.3%
4 4.3% Cereals and cereal preparations
Sugar, sugar preparations and honey 5.8%
5 4.1% Iron and steel
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);