JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdn.bootcss.com/angular.js/1.3.14/angular.js"></script>
<body>
<div ng-app="">
<p ng-show="true">ng-show="true"</p>
<p ng-show="true">ng-show="false"</p>
</div>
</body>