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> 
 </head>
 <body>
<table border=1>
<tr>
<td>
  <div id="block1">dasdasdadsadasdasdasdsdasdasd1</div>
</td>
</tr>
</table>
 </body>
</html>

JavaScript

var $ENTRY_TITLE$;
var length=$ENTRY_TITLE$.length;
var str=$ENTRY_TITLE$;  
if(length>50)
   alert(str.substr(0,50)+"...");
     else
       alert(str);