JSFiddle - React, Tailwind, and code Playground

by Mukul kant

HTML

<li class="profile-active">

		<a href="profile">

		<img src="http://placepic.me/profiles/80-80" width="40" height="40" class="img-circle"></a>

	</li>

CSS

li{width: 20px;}
	li img{border:5px solid #ccc;box-sizing:border-box;}