I’ve made my own with some html and I display it in a rich text component. Needed some more flexibility for my use case. Not exactly the same as the old hint component, but you can alter it as needed. I use it in a custom collection, but you could use it anywhere.
<div style="background-color:{color};padding:10px;border-radius: 10px;padding-top:15px;">
<h4>{text}</h4>
</div>
I have an IF column to set the color code based on different conditions.