Preview:
<div className="home-container">
        <div className="listings-container" key={listings.id}>
          {listings.title}
          
        </div>
      {/* 
          //listings.map(item=><ListingCard listing={item}
            //key={item.id} />)

          // listings.map(item=><p key={item.id}>{item.title}</p>)
        */}
        
      </div>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter