Build a React component that resembles a Tweet from Twitter.
Requirements:
- Display a user's avatar, name, handle, and timestamp.
- Show the tweet's text content.
- Include basic action buttons (like, retweet, reply) with simple counts.
- Use dummy/static data (no API calls).
- Focus on functionality and layout over styling.
- The component should work out-of-the-box in a live React preview (e.g., CodeSandbox/Sandpack).