class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Articles of apparel & clothing accessories 41.2%
1 16.4% Petroleum, petroleum products and related materials
Coffee, tea, cocoa, spices, and manufactures thereof 13.0%
2 15.1% Textile yarn and related products
Rubber manufactures, n.e.s. 5.7%
3 3.8% Electrical machinery, apparatus and appliances, n.e.s.
Non metallic mineral manufactures, n.e.s. 5.0%
4 3.5% Medicinal and pharmaceutical products
Vegetables and fruits 3.4%
5 3.3% Non metallic mineral manufactures, n.e.s.
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);