The elements that make up a Gutenberg block are React components, and you can access these components via the wp global variable. This code generates a static block with simple, non-editable text, which you can change easily using the RichText component. Here's how you can edit block content, and know what the different components are meant for, including the five steps process of adding a built-in component to a block.
Resources