[SHADCN/UI] Form Input add symbol
I've got this input that represents an estimated return in percentage, and I want to add a % symbol after the input, anyone know how this can be done without some weird css hacks?

Solution
I managed to do this with some relative positioning, obvious solution but not really what I want, I want it next to the text not as some icon, anyone know how?