Drupal 8 Twig Add ID
<div{{ attributes.setAttribute('id', 'myID') }}></div>
Gleaming Gannet
<div{{ attributes.setAttribute('id', 'myID') }}></div>