I have added this below code for css reference.
JHTML::_('stylesheet', 'example.css', 'components/'._THISCOMPONENT.'/assets/css/');
It is working fine in local.But when i try to run it in the server, the css is not working due to this output html css link
<link rel="stylesheet" href="/components/com_fms/assets/css/css-3391b7d3949af1560b9927c0c3a672b2.php" type="text/css" />
Do anyone have idea on solving this issue?