yarn add react-hot-toast
<div><Toaster/></div>
toast("Hello World")
toast.success('Successfully toasted!')
<Toaster position="top-center" reverseOrder={false}/>