JSFiddle - React, Tailwind, and code Playground
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>