I want to transform the table below into graphics on the map as ellipses:

I effectively want to create the 'Table to Ellipse' tool : Create Ellipse Tool ArcGIS 10 - YouTube
The only other thread I found was using the vertices taken from the draw tool:
api 4.11 - How to draw a ellipse? class' "draw.create('ellipse')" doesn't draw ellipse
UPDATE 1: I've created a codepen with one of the solutions given below, could someone provide assistance?
https://codepen.io/Jarviz/pen/yLNZqvQ?editors=1000
UPDATE 2: I've seen that some people recommended a geoprocessing server which then uses the 'Table to Ellipse' tool. Is this still a good idea?