class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 19.8%
1 22.5% Petroleum, petroleum products and related materials
Gold, non-monetary (excluding gold ores and concentrates) 17.4%
2 7.5% Cereals and cereal preparations
Inorganic chemicals 11.5%
3 4.9% Road vehicles
Fish, crustaceans, molluscs and preparations thereof 10.2%
4 4.3% Textile yarn and related products
Metalliferous ores and metal scrap 6.0%
5 3.6% Manufactures of metal, n.e.s.
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);