JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <script src="https://cdn.bootcss.com/angular.js/1.3.14/angular.js"></script>
    <div ng-app="">
        <p>Name:
            <input type="text" ng-model="name" />
        </p>
        <p>You wrote: {{ name }}</p>
    </div>
</body>

CSS

table tr:nth-child(even) {
  background-color: #ffffff;
}

div p{ backgound-color:#ffffff}