RShiny - HTML code for renderPlotly()

Hi,

I am trying to create a R Shiny by using HTML code like: https://shiny.rstudio.com/articles/html-ui.html.

I am wondering what is the code for renderPlotly()?

As an example, renderPlot() is equivalent to <div id="plot" class="shiny-plot-output"></div>

Thank you.