class TradeStructureMarketTable extends HTMLElement { connectedCallback() { this.innerHTML = `
  Exports Rank Imports  
Libya 15.3% 1 Greece 21.9%
Lebanon 9.5% 2 United Kingdom 10.3%
Bermuda 8.0% 3 Italy 7.7%
Greece 6.0% 4 China 5.9%
Marshall Islands 5.8% 5 Germany 5.3%
`; } } customElements.define( "trade-structure-market-table", TradeStructureMarketTable );