diff --git a/src/components/CurrentHourIndicator/CurrentHourIndicator.module.css b/src/components/CurrentHourIndicator/CurrentHourIndicator.module.css
new file mode 100644
index 0000000000..d2c250035a
--- /dev/null
+++ b/src/components/CurrentHourIndicator/CurrentHourIndicator.module.css
@@ -0,0 +1,19 @@
+.round {
+ background-color: red;
+ border-radius: 100%;
+ width: 15px;
+ height: 15px;
+}
+.line {
+ width: 100%;
+ height: 1px;
+ background-color: red;
+ margin: auto;
+}
+.container {
+ position: relative;
+ display: flex;
+ flex-direction: row;
+ top: -8px;
+ left: -9px;
+}
diff --git a/src/components/CurrentHourIndicator/CurrentHourIndicator.test.tsx b/src/components/CurrentHourIndicator/CurrentHourIndicator.test.tsx
new file mode 100644
index 0000000000..084817dc0d
--- /dev/null
+++ b/src/components/CurrentHourIndicator/CurrentHourIndicator.test.tsx
@@ -0,0 +1,10 @@
+import React from 'react';
+import { render } from '@testing-library/react';
+import CurrentHourIndicator from './CurrentHourIndicator';
+
+describe('Testing Current Hour Indicator', () => {
+ test('Component Should be rendered properly', async () => {
+ const { getByTestId } = render(
{timezoneString}
+{`${hour}`}
+