react-render-html

<div
  dangerouslySetInnerHTML={{
    __html: props.house.description
  }}></div>
Azmir Hossen (AH Naeem)