Skip to content

Instantly share code, notes, and snippets.

@mbvissers
Created March 9, 2021 14:38
Show Gist options
  • Save mbvissers/727b14e80f28ee7a9519b21fed748750 to your computer and use it in GitHub Desktop.
Save mbvissers/727b14e80f28ee7a9519b21fed748750 to your computer and use it in GitHub Desktop.
<div className="inline-block m-4 p-4 rounded-lg shadow-lg bg-green-50">
<span className="text-green-800 font-bold">New address saved.</span>
</div>
<div className="inline-block m-4 p-4 rounded-lg shadow-lg bg-red-800">
<span className="text-red-50 font-bold">Error at line 32</span>
</div>
<div className="inline-block m-4 p-4 rounded-full shadow-lg bg-blue-50">
<span className="text-blue-800 font-bold">New notification</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment