JSFiddle - React, Tailwind, and code Playground

by johnsonjo4531

React

<Tweet>
  <TweetUserAvatar img={tweet.profile_img}/>
  <TweetMain>
    <TweetUserLine tweet={tweet}/>
    <TweetBody tweet={tweet}/>
    <TweetActions tweet={tweet}/>
    <ReplyLine screen_name={tweet.screen_name} />
  </TweetMain>
</Tweet>