class TradeStructureMarketTable extends HTMLElement { connectedCallback() { this.innerHTML = `
  Exports Rank Imports  
France 24.1% 1 Italy 13.8%
Italy 20.5% 2 China 12.6%
Germany 14.2% 3 France 11.1%
Spain 5.4% 4 Russian Federation 9.9%
Libya 4.4% 5 Germany 6.9%
`; } } customElements.define( "trade-structure-market-table", TradeStructureMarketTable );