In this case Box is a div and I want to convert it to input type.
const Input = styled(Box) as styled.input`max-width: 4rem`;
You can simply polymorph the styled component using polymorphic prop.
For more informations try this link: https://styled-components.com/docs/api#as-polymorphic-prop