So I have an input field that I want to have its height expand when the content in the input field overflows kind of like discords input field when you message in a channel if the content overflow on the x axis the height automatically increases.
I am using tailwind css and it must specifically be an input because of how i have my entire form designed
Does anyone know how to do this?