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-hide="false">I am not visible.</p>
<p ng-hide="false">I am visible.</p>
<p ng-show="true">
</p>
</div>
</body>