JSFiddle - React, Tailwind, and code Playground

HTML

<div class="menuoptions">
Home
<hr>
Firewalls
<hr>
SSL VPN Encryption
<hr>
Security In Education
<hr>
Wireless Access Points
<hr>
</div>

CSS

.menuoptions {
	height:30px;
	width:225px;
	color:#666;
	line-height:30px;
	font-weight:bold;
    padding-left:10px;

}

.menuoptions hr {
    margin-left: -10px;
}