JSFiddle - React, Tailwind, and code Playground

by ChangJoo Park

JavaScript

const JOBS = [{
    status: 'active',
     
    is_like: false,
     
    is_bookmark: false,
     
    company: {
      id: 15,
      name: '마이리얼트립',
      industry_name: '숙박, 음식점'
    },
     
    title_img:  {
      origin: 'https://static.wanted.co.kr/images/company/15/11036_2_0.8ac54666__1080_790.jpg',
       
      thumb: 'https://static.wanted.co.kr/images/company/15/11036_2_0.8ac54666__400_400.jpg'
    },
     
    compare_country: true,
     
    due_time: null,
     
    like_count: 95,
     
    logo_img:  {
      origin: 'https://static.wanted.co.kr/images/wdes/0_4.329611a0.jpg',
       
      thumb: 'https://static.wanted.co.kr/images/wdes/0_5.329611a0.jpg'
    },
     
    address: {
      country: '한국',
      location: '서울'
    },
     
    position: '프론트엔드 개발자 (산업기능요원 현역 전직/보충역 가능)',
     
    reward:  {
      formatted_total: '1,000,000원',
       
      formatted_recommender: '500,000원',
       
      formatted_recommendee: '500,000원'
    },
     
    id: 6501
  },  
  {
    status: 'active',
     
    is_like: false,
     
    is_bookmark: false,
     
    company: {
      id: 676,
      name: '메쉬코리아(MeshKorea)',
      industry_name: '물류, 운송'
    },
     
    title_img:  {
      origin: 'https://static.wanted.co.kr/images/company/676/u58vgmod0yy9k9sw__1080_790.jpg',
       
      thumb: 'https://static.wanted.co.kr/images/company/676/u58vgmod0yy9k9sw__400_400.jpg'
    },
     
    compare_country: true,
     
    due_time: null,
     
    like_count: 191,
     
    logo_img:  {
      origin: 'https://static.wanted.co.kr/images/wdes/0_4_455a9688-2097-4322-b050-3ccbda3c6eba.jpg',
       
      thumb: 'https://static.wanted.co.kr/images/wdes/0_5_455a9688-2097-4322-b050-3ccbda3c6eba.jpg'
    },
     
    address: {
      country: '한국',
      location: '서울'
    },
     
    position: '프론트엔드 개발자',
     
    reward:  {
      formatted_total: '1,000,000원',
       
      formatted_recommender: '500,000원',
       
      formatted_recommendee: '500,000원'
 ...