{React.createElement(
descriptionAsLabel ? "label" : "div",
{
className: classNames(
"relative flex items-start",
!error && descriptionAsLabel ? "text-emphasis" : "text-emphasis",
error && "text-red-800"
),
},
<>
{description}
>
)}
{/* {informationIconText &&
} */}