https://github.com/editor-js/warning
This one is tricky as there's semantically no equivalent HTML tag for a "warning" message.
There are three options:
- Assume that we won't tackle this one and let developers create their own renders
- Use a mix of
button and dialog tag (doesn't sound to me)
- Create a simple render that can be extended by developers.