List of HTML tags.
yarn add @prettier/html-tagsimport {htmlTags, htmlVoidTags} from '@prettier/html-tags'
console.log(htmlTags)
//=> ['a', 'abbr', 'acronym', ... 147 more items]
console.log(htmlVoidTags)
//=> ['area', 'base', 'basefont', ... 17 more items]