JSFiddle - React, Tailwind, and code Playground
HTML
<div ng-app>
<div ng-if="!Ctrl.showLogout">Певый div</div>
<div ng-click="Ctrl.showLogout = !Ctrl.showLogout" class="second">Log out</div>
</div>
CSS
div div:last-child {
color: blue;
cursor: pointer;
text-decoration: underline;
}