JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<div id='rmilasron_dasun'></div>

CSS

#rmilasron_dasun{
	cursor:pointer;
	display:inline-block;
}

#rmilasron_dasun::after {
	display: block;
	content: '';
	height: 4px;
	width: 25px;
	border-top: 3px solid #fc0101;
	border-bottom: 3px solid #fc0101;
}

#rmilasron_dasun::before {
	display: block;
	content: '';
	height: 4px;
	width: 25px;
	border-top: 3px solid #fc0101;
}