...
Create cli command line:
bin/magento get:product:list <simple> --type=simple to get 10 first all simple product id
bin/magento get:product:list <virtual> --type=virtual to get 10 first all virtual product id
Create module and page with controller /showProductList
Write api to get 10 first simple product, return json type
Call api , use knockout js to display simple product
...