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