This contrived example demonstrates how to show a simple recommendation using the ESM version of the library. Instead of loading the library as a <script> tag, the importstatement is used.
The following code demonstrates synchronous imports. Dynamic imports may also be used.