I am trying to connect the 2 dots with a line through css. tried few but not getting it.
https://codepen.io/diasraphael/pen/NWNYgdX
<div class="Rtable Rtable--4cols">
<div style="order:0;" class="Rtable-cell">
<span class="dot"></span>
</div>
<div style="order:1;" class="Rtable-cell"><div>India</div></div>
<div style="order:2;" class="Rtable-cell">06.07.1988 - 05:15</div>
<div style="order:0;" class="Rtable-cell">
<span class="dot"></span>
</div>
<div style="order:1;" class="Rtable-cell"><div>Japan</div></div>
<div style="order:2;" class="Rtable-cell">06.07.1988 - 05:15</div>
<div style="order:0;" class="Rtable-cell">
<span class="dot"></span>
</div>
<div style="order:1;" class="Rtable-cell"><div>United states</div></div>
<div style="order:2;" class="Rtable-cell">06.07.1988 - 05:15</div>
<div style="order:0;" class="Rtable-cell">
<span class="dot"></span>
</div>
<div style="order:1;" class="Rtable-cell"><div>Israel</div></div>
<div style="order:2;" class="Rtable-cell">06.07.1988 - 05:15</div>
</div>
trying to achieve the below
