JSFiddle - React, Tailwind, and code Playground
by whelkaholism
HTML
<div id="a"></div>
<hr/>
<div id="b"></div>
JavaScript
.Where(y => y.Date < DateTime.Now)
.Where(delegate(IPublishedContent y){ return y.Date < DateTime.Now; })
by whelkaholism
<div id="a"></div>
<hr/>
<div id="b"></div>
.Where(y => y.Date < DateTime.Now)
.Where(delegate(IPublishedContent y){ return y.Date < DateTime.Now; })