Thanks for your reply. I am using the following code to show the custom widget on homepage.
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Name of Widgetized Area") ) : ?>
<?php endif;?>
It is working fine, how to show clip (edit icon for the widget) for every widget in the WordPress customizer?
]]>