<button class="e-bolt-button"> is acceptable at rendering a button, though the Twig template is the recommended usage for Drupal.
content prop. However, <span>, <em>, and <strong> elements can be used.{% include '@bolt-elements-button/button.twig' with {
content: 'This is a button',
attributes: {
type: 'button'
}
} only %}
<button type="button" class="e-bolt-button">This is a button</button>