JSFiddle - React, Tailwind, and code Playground

by bohdantheone

HTML

<html>
 <head>
  <title>Тег DIV</title>
  <style type="text/css">
   .block1 { 
      width:400px;
      height:300px;
      font-size:200px;
      text-align:center;
      padding:100px 0 0 0;
 background: transparent url('http://fc-chelsea.net.ru/_fr/2/8941840.gif') 50% 50% no-repeat;
   }
  </style> 
     
   <script type="text/javascript">
   function b(){    
  var b=$('.forumLastPostLink').html();
       if(b.match("Сегодня") || b.match("Вчера")){    
       $(".threadLink").after( '<img src="http://godlab.ru/images/newm.gif">');} }  

  </script>  
 </head>
 <body>
<table border=1>
<tr>
<td>

  <a title="К последнему сообщению" class="forumLastPostLink" href="http://godlab.ru/forum/11-70-0-17">Вчера, 16:01</a>  
 <input type="button" onclick="b()" value="Опен">  
    <div class="threadLink">Dsadasd</div>  
</td>
</tr>
</table>
 </body>
</html>